Shades of Conifer #BBE965
Tints of Conifer #BBE965
RGB
CMYK
RGB Variations
Color information
#BBE965 (or 0xBBE965) is known color: Conifer. HEX triplet: BB, E9 and 65. RGB value is (187,233,101). Sum of RGB (Red+Green+Blue) = 187+233+101=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE965 is #44169A. Grayscale: #CCCCCC. Windows color (decimal): -4462235 or 6678971. OLE color: 6678971.
HSL color Cylindrical-coordinate representation of color #BBE965: hue angle of 80.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE965 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 101 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.09 |
| HSL | 80.91º | 0.75% | 0.65% | - |
| HSV(B) | 80.91º | 0.57% | 0.91% | - |
| XYZ | 51.98 | 69.78 | 23.04 | - |
| YUV | 204.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 101 | 0.20 | 0 | 0.57 | 0.09 | 80.91 | 0.75 | 0.65 |
| Hex | BB | E9 | 65 | 14 | 0 | 39 | 9 | 51 | 4B | 41 |
| Octal | 273 | 351 | 145 | 24 | 0 | 71 | 11 | 121 | 113 | 101 |
| Binary | 10111011 | 11101001 | 1100101 | 10100 | 0 | 111001 | 1001 | 1010001 | 1001011 | 1000001 |
Color Harmonies of #BBE965
Complementary color
Monochromatic Colors of #BBE965
Black with #BBE965
Text Example
Text Example
White with #BBE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE965; }
p { color: rgb(187,233,101); }
H1.HeaderClassName
{
color: #BBE965;
}
.AnyTagClassName
{
color: #BBE965;
}
</style>
background-color css
<style>
a { background-color: #BBE965; }
a { background-color: rgb(187,233,101); }
div.DivClassName
{
background-color: #BBE965;
}
.BgClassName
{
background-color: #BBE965;
}
</style>
border-color css
<style>
span { border-color: #BBE965; }
span { border-color: rgb(187,233,101); }
td.TdClassName
{
border-color: #BBE965;
}
.TagClassName
{
border-color: #BBE965;
}
</style>