Shades of Conifer #BBDB4D
Tints of Conifer #BBDB4D
RGB
CMYK
RGB Variations
Color information
#BBDB4D (or 0xBBDB4D) is known color: Conifer. HEX triplet: BB, DB and 4D. RGB value is (187,219,77). Sum of RGB (Red+Green+Blue) = 187+219+77=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB4D is #4424B2. Grayscale: #C1C1C1. Windows color (decimal): -4465843 or 5102523. OLE color: 5102523.
HSL color Cylindrical-coordinate representation of color #BBDB4D: hue angle of 73.52º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBDB4D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 77 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.14 |
| HSL | 73.52º | 0.66% | 0.58% | - |
| HSV(B) | 73.52º | 0.65% | 0.86% | - |
| XYZ | 47.16 | 61.76 | 16.46 | - |
| YUV | 193.24 | 62.4 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 77 | 0.15 | 0 | 0.65 | 0.14 | 73.52 | 0.66 | 0.58 |
| Hex | BB | DB | 4D | F | 0 | 41 | E | 4A | 42 | 3A |
| Octal | 273 | 333 | 115 | 17 | 0 | 101 | 16 | 112 | 102 | 72 |
| Binary | 10111011 | 11011011 | 1001101 | 1111 | 0 | 1000001 | 1110 | 1001010 | 1000010 | 111010 |
Color Harmonies of #BBDB4D
Complementary color
Monochromatic Colors of #BBDB4D
Black with #BBDB4D
Text Example
Text Example
White with #BBDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB4D; }
p { color: rgb(187,219,77); }
H1.HeaderClassName
{
color: #BBDB4D;
}
.AnyTagClassName
{
color: #BBDB4D;
}
</style>
background-color css
<style>
a { background-color: #BBDB4D; }
a { background-color: rgb(187,219,77); }
div.DivClassName
{
background-color: #BBDB4D;
}
.BgClassName
{
background-color: #BBDB4D;
}
</style>
border-color css
<style>
span { border-color: #BBDB4D; }
span { border-color: rgb(187,219,77); }
td.TdClassName
{
border-color: #BBDB4D;
}
.TagClassName
{
border-color: #BBDB4D;
}
</style>