Shades of Conifer #BBE85F
Tints of Conifer #BBE85F
RGB
CMYK
RGB Variations
Color information
#BBE85F (or 0xBBE85F) is known color: Conifer. HEX triplet: BB, E8 and 5F. RGB value is (187,232,95). Sum of RGB (Red+Green+Blue) = 187+232+95=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE85F is #4417A0. Grayscale: #CBCBCB. Windows color (decimal): -4462497 or 6285499. OLE color: 6285499.
HSL color Cylindrical-coordinate representation of color #BBE85F: hue angle of 79.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBE85F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 95 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.09 |
| HSL | 79.71º | 0.75% | 0.64% | - |
| HSV(B) | 79.71º | 0.59% | 0.91% | - |
| XYZ | 51.42 | 69.1 | 21.46 | - |
| YUV | 202.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 95 | 0.19 | 0 | 0.59 | 0.09 | 79.71 | 0.75 | 0.64 |
| Hex | BB | E8 | 5F | 13 | 0 | 3B | 9 | 50 | 4B | 40 |
| Octal | 273 | 350 | 137 | 23 | 0 | 73 | 11 | 120 | 113 | 100 |
| Binary | 10111011 | 11101000 | 1011111 | 10011 | 0 | 111011 | 1001 | 1010000 | 1001011 | 1000000 |
Color Harmonies of #BBE85F
Complementary color
Monochromatic Colors of #BBE85F
Black with #BBE85F
Text Example
Text Example
White with #BBE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE85F; }
p { color: rgb(187,232,95); }
H1.HeaderClassName
{
color: #BBE85F;
}
.AnyTagClassName
{
color: #BBE85F;
}
</style>
background-color css
<style>
a { background-color: #BBE85F; }
a { background-color: rgb(187,232,95); }
div.DivClassName
{
background-color: #BBE85F;
}
.BgClassName
{
background-color: #BBE85F;
}
</style>
border-color css
<style>
span { border-color: #BBE85F; }
span { border-color: rgb(187,232,95); }
td.TdClassName
{
border-color: #BBE85F;
}
.TagClassName
{
border-color: #BBE85F;
}
</style>