Shades of Earls Green #BBA816
Tints of Earls Green #BBA816
RGB
CMYK
RGB Variations
Color information
#BBA816 (or 0xBBA816) is known color: Earls Green. HEX triplet: BB, A8 and 16. RGB value is (187,168,22). Sum of RGB (Red+Green+Blue) = 187+168+22=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA816 is #4457E9. Grayscale: #9D9D9D. Windows color (decimal): -4478954 or 1484987. OLE color: 1484987.
HSL color Cylindrical-coordinate representation of color #BBA816: hue angle of 53.09º 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 #BBA816 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 22 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.27 |
| HSL | 53.09º | 0.79% | 0.41% | - |
| HSV(B) | 53.09º | 0.88% | 0.73% | - |
| XYZ | 34.64 | 38.63 | 6.39 | - |
| YUV | 157.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 22 | 0 | 0.10 | 0.88 | 0.27 | 53.09 | 0.79 | 0.41 |
| Hex | BB | A8 | 16 | 0 | A | 58 | 1B | 35 | 4F | 29 |
| Octal | 273 | 250 | 26 | 0 | 12 | 130 | 33 | 65 | 117 | 51 |
| Binary | 10111011 | 10101000 | 10110 | 0 | 1010 | 1011000 | 11011 | 110101 | 1001111 | 101001 |
Color Harmonies of #BBA816
Complementary color
Monochromatic Colors of #BBA816
Black with #BBA816
Text Example
Text Example
White with #BBA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA816; }
p { color: rgb(187,168,22); }
H1.HeaderClassName
{
color: #BBA816;
}
.AnyTagClassName
{
color: #BBA816;
}
</style>
background-color css
<style>
a { background-color: #BBA816; }
a { background-color: rgb(187,168,22); }
div.DivClassName
{
background-color: #BBA816;
}
.BgClassName
{
background-color: #BBA816;
}
</style>
border-color css
<style>
span { border-color: #BBA816; }
span { border-color: rgb(187,168,22); }
td.TdClassName
{
border-color: #BBA816;
}
.TagClassName
{
border-color: #BBA816;
}
</style>