COLOR #BBDB4E

HEX: #BBDB4E
RGB: (187,219,78)

Color info

#BBDB4E contains mainly red and green colors. Web safe color of #BBDB4E is #CCCC66 (or #CC6).

RGB color model

#BBDB4E color RGB value is (187,219,78).

  • red value is 187;
  • green value is 219;
  • blue value is 78.
RGB:
(187,219,78)
(73%,86%,31%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 78 of 255 = 31%

187
219
78

R + G + B ~ 63%. #BBDB4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 78 = 484 (100%)
R 187 of 484 ~ 38.64%
G 219 of 484 ~ 45.25%
B 78 of 484 ~ 16.12%

%38.64
%45.25
%16.12

CMYK color model

#BBDB4E color CMYK value is (15,0,64,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 64.38%
  • key color value is 14.12%
CMYK:
(15,0,64,14)
C15M0Y64K14 
(15%,0%,64%,14%)
(0.15/0.00/0.64/0.14)	

CMYK percentages

%14.61
%0
%64.38
%14.12

Codes

Color #BBDB4E in popluar color models

BBDB4E
RGB18721978
HSL74°66.20%58.24%
HSB/HSV74°64.38%85.88%
CMYK14.61%0.00%64.38%
14.12%

Color #BBDB4E in popluar number systems.

HEXBBDB4E
Decimal18721978
Binary10111011110110111001110
Octal273333116

Shades and tints

Shades of #BBDB4E

#BBDB4E
(187,219,78)
#AAC847
(170,200,71)
#99B540
(153,181,64)
#88A239
(136,162,57)
#778F32
(119,143,50)
#667C2B
(102,124,43)
#556924
(85,105,36)
#44561D
(68,86,29)
#334316
(51,67,22)
#22300F
(34,48,15)
#111D08
(17,29,8)
#000000
(0,0,0)

Tints of #BBDB4E

#BBDB4E
(187,219,78)
#C1DE5E
(193,222,94)
#C7E16E
(199,225,110)
#CDE47E
(205,228,126)
#D3E78E
(211,231,142)
#D9EA9E
(217,234,158)
#DFEDAE
(223,237,174)
#E5F0BE
(229,240,190)
#EBF3CE
(235,243,206)
#F1F6DE
(241,246,222)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDB4E color. Also use rgb(187,219,78) instead hex code.

Text Font Color

.myTextColor { color: #BBDB4E; }

<p style="color:#BBDB4E">This sample text font color is #BBDB4E.</p>

This text font color is #BBDB4E.


Background Color

.myBgColor { background-color: #BBDB4E; }

<div style="background-color:#BBDB4E">Inner text</div>

This div background color is #BBDB4E.


Border color

.myBorderColor { border: 1px solid #BBDB4E; }

<div style="border:3px solid #BBDB4E">Div</div>

This div border color is #BBDB4E.


Opacity

.myOpacity80 { color: #BBDB4E; opacity: 0.8; }

<p style="color:#BBDB4E;opacity:0.8;">80%</p>

Text with #BBDB4E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBDB4E;}

<p style="text-shadow: 3px 3px 1px #BBDB4E">Text here.</p>

This text has shadow with #BBDB4E color.

.textShadow {text-shadow: 3px 3px 1px #BBDB4E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBDB4E, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBDB4E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBDB4E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBDB4E, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBDB4E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBDB4E;
  -webkit-box-shadow:	1px 1px 3px 2px #BBDB4E;
  box-shadow:		1px 1px 3px 2px #BBDB4E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBDB4E;
-webkit-box-shadow: 1px 1px 3px 2px #BBDB4E;
box-shadow:1px 1px 3px 2px #BBDB4E;">
Div content here</div>
This div box has shadow with color #BBDB4E.

Preview

Color preview on black background

This text has color #BBDB4E on black background.


Color preview on white background

This text has color #BBDB4E on white background.



Black color preview on #BBDB4E background

This text has black color on #BBDB4E background.


White color preview on #BBDB4E background

This text has white color on #BBDB4E background.