Shades of Conifer #BBE066
Tints of Conifer #BBE066
RGB
CMYK
RGB Variations
Color information
#BBE066 (or 0xBBE066) is known color: Conifer. HEX triplet: BB, E0 and 66. RGB value is (187,224,102). Sum of RGB (Red+Green+Blue) = 187+224+102=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE066 is #441F99. Grayscale: #C7C7C7. Windows color (decimal): -4464538 or 6742203. OLE color: 6742203.
HSL color Cylindrical-coordinate representation of color #BBE066: hue angle of 78.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBE066 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 102 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.12 |
| HSL | 78.2º | 0.66% | 0.64% | - |
| HSV(B) | 78.2º | 0.54% | 0.88% | - |
| XYZ | 49.55 | 64.84 | 22.47 | - |
| YUV | 199.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 102 | 0.17 | 0 | 0.54 | 0.12 | 78.2 | 0.66 | 0.64 |
| Hex | BB | E0 | 66 | 11 | 0 | 36 | C | 4E | 42 | 40 |
| Octal | 273 | 340 | 146 | 21 | 0 | 66 | 14 | 116 | 102 | 100 |
| Binary | 10111011 | 11100000 | 1100110 | 10001 | 0 | 110110 | 1100 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BBE066
Complementary color
Monochromatic Colors of #BBE066
Black with #BBE066
Text Example
Text Example
White with #BBE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE066; }
p { color: rgb(187,224,102); }
H1.HeaderClassName
{
color: #BBE066;
}
.AnyTagClassName
{
color: #BBE066;
}
</style>
background-color css
<style>
a { background-color: #BBE066; }
a { background-color: rgb(187,224,102); }
div.DivClassName
{
background-color: #BBE066;
}
.BgClassName
{
background-color: #BBE066;
}
</style>
border-color css
<style>
span { border-color: #BBE066; }
span { border-color: rgb(187,224,102); }
td.TdClassName
{
border-color: #BBE066;
}
.TagClassName
{
border-color: #BBE066;
}
</style>