Shades of Conifer #BBE852
Tints of Conifer #BBE852
RGB
CMYK
RGB Variations
Color information
#BBE852 (or 0xBBE852) is known color: Conifer. HEX triplet: BB, E8 and 52. RGB value is (187,232,82). Sum of RGB (Red+Green+Blue) = 187+232+82=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE852 is #4417AD. Grayscale: #CACACA. Windows color (decimal): -4462510 or 5433531. OLE color: 5433531.
HSL color Cylindrical-coordinate representation of color #BBE852: hue angle of 78º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBE852 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 82 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.09 |
| HSL | 78º | 0.77% | 0.62% | - |
| HSV(B) | 78º | 0.65% | 0.91% | - |
| XYZ | 50.87 | 68.89 | 18.6 | - |
| YUV | 201.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 82 | 0.19 | 0 | 0.65 | 0.09 | 78 | 0.77 | 0.62 |
| Hex | BB | E8 | 52 | 13 | 0 | 41 | 9 | 4E | 4D | 3E |
| Octal | 273 | 350 | 122 | 23 | 0 | 101 | 11 | 116 | 115 | 76 |
| Binary | 10111011 | 11101000 | 1010010 | 10011 | 0 | 1000001 | 1001 | 1001110 | 1001101 | 111110 |
Color Harmonies of #BBE852
Complementary color
Monochromatic Colors of #BBE852
Black with #BBE852
Text Example
Text Example
White with #BBE852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE852; }
p { color: rgb(187,232,82); }
H1.HeaderClassName
{
color: #BBE852;
}
.AnyTagClassName
{
color: #BBE852;
}
</style>
background-color css
<style>
a { background-color: #BBE852; }
a { background-color: rgb(187,232,82); }
div.DivClassName
{
background-color: #BBE852;
}
.BgClassName
{
background-color: #BBE852;
}
</style>
border-color css
<style>
span { border-color: #BBE852; }
span { border-color: rgb(187,232,82); }
td.TdClassName
{
border-color: #BBE852;
}
.TagClassName
{
border-color: #BBE852;
}
</style>