Shades of Conifer #BBE85D
Tints of Conifer #BBE85D
RGB
CMYK
RGB Variations
Color information
#BBE85D (or 0xBBE85D) is known color: Conifer. HEX triplet: BB, E8 and 5D. RGB value is (187,232,93). Sum of RGB (Red+Green+Blue) = 187+232+93=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE85D is #4417A2. Grayscale: #CBCBCB. Windows color (decimal): -4462499 or 6154427. OLE color: 6154427.
HSL color Cylindrical-coordinate representation of color #BBE85D: hue angle of 79.42º 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 #BBE85D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 93 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 79.42º | 0.75% | 0.64% | - |
| HSV(B) | 79.42º | 0.6% | 0.91% | - |
| XYZ | 51.33 | 69.07 | 20.98 | - |
| YUV | 202.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 93 | 0.19 | 0 | 0.60 | 0.09 | 79.42 | 0.75 | 0.64 |
| Hex | BB | E8 | 5D | 13 | 0 | 3C | 9 | 4F | 4B | 40 |
| Octal | 273 | 350 | 135 | 23 | 0 | 74 | 11 | 117 | 113 | 100 |
| Binary | 10111011 | 11101000 | 1011101 | 10011 | 0 | 111100 | 1001 | 1001111 | 1001011 | 1000000 |
Color Harmonies of #BBE85D
Complementary color
Monochromatic Colors of #BBE85D
Black with #BBE85D
Text Example
Text Example
White with #BBE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE85D; }
p { color: rgb(187,232,93); }
H1.HeaderClassName
{
color: #BBE85D;
}
.AnyTagClassName
{
color: #BBE85D;
}
</style>
background-color css
<style>
a { background-color: #BBE85D; }
a { background-color: rgb(187,232,93); }
div.DivClassName
{
background-color: #BBE85D;
}
.BgClassName
{
background-color: #BBE85D;
}
</style>
border-color css
<style>
span { border-color: #BBE85D; }
span { border-color: rgb(187,232,93); }
td.TdClassName
{
border-color: #BBE85D;
}
.TagClassName
{
border-color: #BBE85D;
}
</style>