Shades of Conifer #BBE85C
Tints of Conifer #BBE85C
RGB
CMYK
RGB Variations
Color information
#BBE85C (or 0xBBE85C) is known color: Conifer. HEX triplet: BB, E8 and 5C. RGB value is (187,232,92). Sum of RGB (Red+Green+Blue) = 187+232+92=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE85C is #4417A3. Grayscale: #CBCBCB. Windows color (decimal): -4462500 or 6088891. OLE color: 6088891.
HSL color Cylindrical-coordinate representation of color #BBE85C: hue angle of 79.29º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBE85C is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 92 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 79.29º | 0.75% | 0.64% | - |
| HSV(B) | 79.29º | 0.6% | 0.91% | - |
| XYZ | 51.28 | 69.05 | 20.75 | - |
| YUV | 202.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 92 | 0.19 | 0 | 0.60 | 0.09 | 79.29 | 0.75 | 0.64 |
| Hex | BB | E8 | 5C | 13 | 0 | 3C | 9 | 4F | 4B | 40 |
| Octal | 273 | 350 | 134 | 23 | 0 | 74 | 11 | 117 | 113 | 100 |
| Binary | 10111011 | 11101000 | 1011100 | 10011 | 0 | 111100 | 1001 | 1001111 | 1001011 | 1000000 |
Color Harmonies of #BBE85C
Complementary color
Monochromatic Colors of #BBE85C
Black with #BBE85C
Text Example
Text Example
White with #BBE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE85C; }
p { color: rgb(187,232,92); }
H1.HeaderClassName
{
color: #BBE85C;
}
.AnyTagClassName
{
color: #BBE85C;
}
</style>
background-color css
<style>
a { background-color: #BBE85C; }
a { background-color: rgb(187,232,92); }
div.DivClassName
{
background-color: #BBE85C;
}
.BgClassName
{
background-color: #BBE85C;
}
</style>
border-color css
<style>
span { border-color: #BBE85C; }
span { border-color: rgb(187,232,92); }
td.TdClassName
{
border-color: #BBE85C;
}
.TagClassName
{
border-color: #BBE85C;
}
</style>