Shades of Conifer #BBE060
Tints of Conifer #BBE060
RGB
CMYK
RGB Variations
Color information
#BBE060 (or 0xBBE060) is known color: Conifer. HEX triplet: BB, E0 and 60. RGB value is (187,224,96). Sum of RGB (Red+Green+Blue) = 187+224+96=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE060 is #441F9F. Grayscale: #C6C6C6. Windows color (decimal): -4464544 or 6348987. OLE color: 6348987.
HSL color Cylindrical-coordinate representation of color #BBE060: hue angle of 77.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE060 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 96 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.12 |
| HSL | 77.34º | 0.67% | 0.63% | - |
| HSV(B) | 77.34º | 0.57% | 0.88% | - |
| XYZ | 49.26 | 64.72 | 20.96 | - |
| YUV | 198.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 96 | 0.17 | 0 | 0.57 | 0.12 | 77.34 | 0.67 | 0.63 |
| Hex | BB | E0 | 60 | 11 | 0 | 39 | C | 4D | 43 | 3F |
| Octal | 273 | 340 | 140 | 21 | 0 | 71 | 14 | 115 | 103 | 77 |
| Binary | 10111011 | 11100000 | 1100000 | 10001 | 0 | 111001 | 1100 | 1001101 | 1000011 | 111111 |
Color Harmonies of #BBE060
Complementary color
Monochromatic Colors of #BBE060
Black with #BBE060
Text Example
Text Example
White with #BBE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE060; }
p { color: rgb(187,224,96); }
H1.HeaderClassName
{
color: #BBE060;
}
.AnyTagClassName
{
color: #BBE060;
}
</style>
background-color css
<style>
a { background-color: #BBE060; }
a { background-color: rgb(187,224,96); }
div.DivClassName
{
background-color: #BBE060;
}
.BgClassName
{
background-color: #BBE060;
}
</style>
border-color css
<style>
span { border-color: #BBE060; }
span { border-color: rgb(187,224,96); }
td.TdClassName
{
border-color: #BBE060;
}
.TagClassName
{
border-color: #BBE060;
}
</style>