@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bbd740 hex color - Green - Warm color - Information

#bbd740 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bbd740 Color code in RGB color code model is created after adding 73.33% red color, 84.31% green color and 25.1% blue color. Hex #bbd740 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 70% yellow and 15.69% black.

Hex #bbd740 color code is between #aadd44 web safe hex color code and #cccc33 web safe hex color code. #aadd44 is the nearest web safe color code. You can see here many more shades of #bbd740 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bbd740 #bbd740
RGB Decimal 187, 215, 64 rgb(187, 215, 64)
RGB Percent 73%, 84%, 25% rgb(73%, 84%, 25%)
CSS RGBa 187, 215, 64,1 rgba(187,215,64,1)
CMYK Model cmyk(13%,0%,70%,15.69%)
HSL Color Space 71,65% ,55% hsl(71,65% ,55%)
HSV Color Space 71°, 70%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111011 11010111 01000000
Octal 273 327 100
Decimal 187 215 64
Hex bb d7 40

Different shades of #bbd740 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bbd740
#cae06a
Dark Shade of #bbd740
#a1bc27
Saturated Shade of #bbd740
#c2e334
Desaturated Shade of #bbd740
#b4cb4c
Grey scale Shade of #bbd740
#8b8b8b
Brighten Shade
#d4f059
Most Readable Shade
#000000

Shades of #bbd740 color code

Generate more color scales with scales (color stack) generator.

#bbd740
#a6bf38
#91a731
#7c8f2a
#677723
#535f1c
#3e4715
#292f0e
#141707
#000000

Similar Color like #bbd740 color

Find visually similar hex color codes nearing to #bbd740 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bcd841
#bdd942
#beda43
#bfdb44
#c0dc45
#c1dd46
#c2de47
#c3df48
#c4e049
#c5e14a
#c6e24b
#c7e34c
#c8e44d
#c9e54e
#bad63f
#b9d53e
#b8d43d
#b7d33c
#b6d23b
#b5d13a
#b4d039
#b3cf38
#b2ce37
#b1cd36
#b0cc35
#afcb34
#aeca33
#adc932

Monochromatic Color with #bbd740

#bbd740
#020201
#272d0d
#4c571a
#718227
#96ac33

Tints of #bbd740 Color

#bbd740
#c2db55
#cadf6a
#d1e47f
#d9e894
#e0edaa
#e8f1bf
#eff6d4
#f7fae9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bbd740
#5c40d7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bbd740
#4070d7
#a840d7

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#d7b740
#d7d540
#bbd740
#9dd740
#7fd740

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bbd740
#40bbd7
#d740bb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bbd740
#40d7a7
#5c40d7
#d7406f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bbd740
#5c40d7
#a840d7
#6fd740

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bbd740 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bbd740 Color Code Preview on Black Background Color

This is how #bbd740 Color will look on black background color. Color contrast ratio is 12.91

#bbd740 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bbd740">Your Example Paragraph content text in with font color #bbd740 </p>

Your Example Paragraph content text in with font color #bbd740

HTML with inline CSS

<div style="color:#bbd740">Your Paragraph text in with font color #bbd740 </div>

Your Example Paragraph content text in with font color #bbd740

#bbd740 color code is use for CSS Background Color

Background color for the above div is #bbd740

HTML with inline CSS

<div style="background-color:#bbd740;"></div>

#bbd740 color code is use for CSS Border Color

CSS Border color for the above div is #bbd740

HTML with inline CSS

<div style="border:5px solid #bbd740;"></div>

CSS Border Left color for the above div is #bbd740

HTML with inline CSS

<div style="border-left:5px solid #bbd740;"></div>

CSS Border Right color for the above div is #bbd740

HTML with inline CSS

<div style="border-right:5px solid #bbd740;"></div>

CSS Border Bottom color for the above div is #bbd740

HTML with inline CSS

<div style="border-bottom:5px solid #bbd740;"></div>

CSS Border Top color for the above div is #bbd740

HTML with inline CSS

<div style="border-top:5px solid #bbd740;"></div>

#bbd740 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bbd740; } .examplecolorclass {color:#bbd740; } .examplebordercolor {border:3px solid #bbd740; }

#bbd740 Color code Preview on White Background

This is how #bbd740 Color code will look on white background color. Color contrast ratio is 1.63

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bbd740; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bbd740; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(187,215,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,64,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,215,64,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.