Shades of Earls Green #BBA616
Tints of Earls Green #BBA616
RGB
CMYK
RGB Variations
Color information
#BBA616 (or 0xBBA616) is known color: Earls Green. HEX triplet: BB, A6 and 16. RGB value is (187,166,22). Sum of RGB (Red+Green+Blue) = 187+166+22=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA616 is #4459E9. Grayscale: #9C9C9C. Windows color (decimal): -4479466 or 1484475. OLE color: 1484475.
HSL color Cylindrical-coordinate representation of color #BBA616: hue angle of 52.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBA616 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 22 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.27 |
| HSL | 52.36º | 0.79% | 0.41% | - |
| HSV(B) | 52.36º | 0.88% | 0.73% | - |
| XYZ | 34.27 | 37.9 | 6.27 | - |
| YUV | 155.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 22 | 0 | 0.11 | 0.88 | 0.27 | 52.36 | 0.79 | 0.41 |
| Hex | BB | A6 | 16 | 0 | B | 58 | 1B | 34 | 4F | 29 |
| Octal | 273 | 246 | 26 | 0 | 13 | 130 | 33 | 64 | 117 | 51 |
| Binary | 10111011 | 10100110 | 10110 | 0 | 1011 | 1011000 | 11011 | 110100 | 1001111 | 101001 |
Color Harmonies of #BBA616
Complementary color
Monochromatic Colors of #BBA616
Black with #BBA616
Text Example
Text Example
White with #BBA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA616; }
p { color: rgb(187,166,22); }
H1.HeaderClassName
{
color: #BBA616;
}
.AnyTagClassName
{
color: #BBA616;
}
</style>
background-color css
<style>
a { background-color: #BBA616; }
a { background-color: rgb(187,166,22); }
div.DivClassName
{
background-color: #BBA616;
}
.BgClassName
{
background-color: #BBA616;
}
</style>
border-color css
<style>
span { border-color: #BBA616; }
span { border-color: rgb(187,166,22); }
td.TdClassName
{
border-color: #BBA616;
}
.TagClassName
{
border-color: #BBA616;
}
</style>