Shades of Conifer #BBE962
Tints of Conifer #BBE962
RGB
CMYK
RGB Variations
Color information
#BBE962 (or 0xBBE962) is known color: Conifer. HEX triplet: BB, E9 and 62. RGB value is (187,233,98). Sum of RGB (Red+Green+Blue) = 187+233+98=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE962 is #44169D. Grayscale: #CCCCCC. Windows color (decimal): -4462238 or 6482363. OLE color: 6482363.
HSL color Cylindrical-coordinate representation of color #BBE962: hue angle of 80.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBE962 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 98 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.09 |
| HSL | 80.44º | 0.75% | 0.65% | - |
| HSV(B) | 80.44º | 0.58% | 0.91% | - |
| XYZ | 51.84 | 69.72 | 22.28 | - |
| YUV | 203.86 | 68.26 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 98 | 0.20 | 0 | 0.58 | 0.09 | 80.44 | 0.75 | 0.65 |
| Hex | BB | E9 | 62 | 14 | 0 | 3A | 9 | 50 | 4B | 41 |
| Octal | 273 | 351 | 142 | 24 | 0 | 72 | 11 | 120 | 113 | 101 |
| Binary | 10111011 | 11101001 | 1100010 | 10100 | 0 | 111010 | 1001 | 1010000 | 1001011 | 1000001 |
Color Harmonies of #BBE962
Complementary color
Monochromatic Colors of #BBE962
Black with #BBE962
Text Example
Text Example
White with #BBE962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE962; }
p { color: rgb(187,233,98); }
H1.HeaderClassName
{
color: #BBE962;
}
.AnyTagClassName
{
color: #BBE962;
}
</style>
background-color css
<style>
a { background-color: #BBE962; }
a { background-color: rgb(187,233,98); }
div.DivClassName
{
background-color: #BBE962;
}
.BgClassName
{
background-color: #BBE962;
}
</style>
border-color css
<style>
span { border-color: #BBE962; }
span { border-color: rgb(187,233,98); }
td.TdClassName
{
border-color: #BBE962;
}
.TagClassName
{
border-color: #BBE962;
}
</style>