Shades of Conifer #BBDB4F
Tints of Conifer #BBDB4F
RGB
CMYK
RGB Variations
Color information
#BBDB4F (or 0xBBDB4F) is known color: Conifer. HEX triplet: BB, DB and 4F. RGB value is (187,219,79). Sum of RGB (Red+Green+Blue) = 187+219+79=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB4F is #4424B0. Grayscale: #C1C1C1. Windows color (decimal): -4465841 or 5233595. OLE color: 5233595.
HSL color Cylindrical-coordinate representation of color #BBDB4F: hue angle of 73.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBDB4F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 79 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.14 |
| HSL | 73.71º | 0.66% | 0.58% | - |
| HSV(B) | 73.71º | 0.64% | 0.86% | - |
| XYZ | 47.24 | 61.79 | 16.83 | - |
| YUV | 193.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 79 | 0.15 | 0 | 0.64 | 0.14 | 73.71 | 0.66 | 0.58 |
| Hex | BB | DB | 4F | F | 0 | 40 | E | 4A | 42 | 3A |
| Octal | 273 | 333 | 117 | 17 | 0 | 100 | 16 | 112 | 102 | 72 |
| Binary | 10111011 | 11011011 | 1001111 | 1111 | 0 | 1000000 | 1110 | 1001010 | 1000010 | 111010 |
Color Harmonies of #BBDB4F
Complementary color
Monochromatic Colors of #BBDB4F
Black with #BBDB4F
Text Example
Text Example
White with #BBDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB4F; }
p { color: rgb(187,219,79); }
H1.HeaderClassName
{
color: #BBDB4F;
}
.AnyTagClassName
{
color: #BBDB4F;
}
</style>
background-color css
<style>
a { background-color: #BBDB4F; }
a { background-color: rgb(187,219,79); }
div.DivClassName
{
background-color: #BBDB4F;
}
.BgClassName
{
background-color: #BBDB4F;
}
</style>
border-color css
<style>
span { border-color: #BBDB4F; }
span { border-color: rgb(187,219,79); }
td.TdClassName
{
border-color: #BBDB4F;
}
.TagClassName
{
border-color: #BBDB4F;
}
</style>