Shades of Conifer #BBE845
Tints of Conifer #BBE845
RGB
CMYK
RGB Variations
Color information
#BBE845 (or 0xBBE845) is known color: Conifer. HEX triplet: BB, E8 and 45. RGB value is (187,232,69). Sum of RGB (Red+Green+Blue) = 187+232+69=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE845 is #4417BA. Grayscale: #C8C8C8. Windows color (decimal): -4462523 or 4581563. OLE color: 4581563.
HSL color Cylindrical-coordinate representation of color #BBE845: hue angle of 76.56º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBE845 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 69 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.09 |
| HSL | 76.56º | 0.78% | 0.59% | - |
| HSV(B) | 76.56º | 0.7% | 0.91% | - |
| XYZ | 50.42 | 68.71 | 16.23 | - |
| YUV | 199.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 69 | 0.19 | 0 | 0.70 | 0.09 | 76.56 | 0.78 | 0.59 |
| Hex | BB | E8 | 45 | 13 | 0 | 46 | 9 | 4D | 4E | 3B |
| Octal | 273 | 350 | 105 | 23 | 0 | 106 | 11 | 115 | 116 | 73 |
| Binary | 10111011 | 11101000 | 1000101 | 10011 | 0 | 1000110 | 1001 | 1001101 | 1001110 | 111011 |
Color Harmonies of #BBE845
Complementary color
Monochromatic Colors of #BBE845
Black with #BBE845
Text Example
Text Example
White with #BBE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE845; }
p { color: rgb(187,232,69); }
H1.HeaderClassName
{
color: #BBE845;
}
.AnyTagClassName
{
color: #BBE845;
}
</style>
background-color css
<style>
a { background-color: #BBE845; }
a { background-color: rgb(187,232,69); }
div.DivClassName
{
background-color: #BBE845;
}
.BgClassName
{
background-color: #BBE845;
}
</style>
border-color css
<style>
span { border-color: #BBE845; }
span { border-color: rgb(187,232,69); }
td.TdClassName
{
border-color: #BBE845;
}
.TagClassName
{
border-color: #BBE845;
}
</style>