Shades of Earls Green #BBA810
Tints of Earls Green #BBA810
RGB
CMYK
RGB Variations
Color information
#BBA810 (or 0xBBA810) is known color: Earls Green. HEX triplet: BB, A8 and 10. RGB value is (187,168,16). Sum of RGB (Red+Green+Blue) = 187+168+16=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA810 is #4457EF. Grayscale: #9C9C9C. Windows color (decimal): -4478960 or 1091771. OLE color: 1091771.
HSL color Cylindrical-coordinate representation of color #BBA810: hue angle of 53.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBA810 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 16 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.27 |
| HSL | 53.33º | 0.84% | 0.4% | - |
| HSV(B) | 53.33º | 0.91% | 0.73% | - |
| XYZ | 34.59 | 38.61 | 6.12 | - |
| YUV | 156.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 16 | 0 | 0.10 | 0.91 | 0.27 | 53.33 | 0.84 | 0.4 |
| Hex | BB | A8 | 10 | 0 | A | 5B | 1B | 35 | 54 | 28 |
| Octal | 273 | 250 | 20 | 0 | 12 | 133 | 33 | 65 | 124 | 50 |
| Binary | 10111011 | 10101000 | 10000 | 0 | 1010 | 1011011 | 11011 | 110101 | 1010100 | 101000 |
Color Harmonies of #BBA810
Complementary color
Monochromatic Colors of #BBA810
Black with #BBA810
Text Example
Text Example
White with #BBA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA810; }
p { color: rgb(187,168,16); }
H1.HeaderClassName
{
color: #BBA810;
}
.AnyTagClassName
{
color: #BBA810;
}
</style>
background-color css
<style>
a { background-color: #BBA810; }
a { background-color: rgb(187,168,16); }
div.DivClassName
{
background-color: #BBA810;
}
.BgClassName
{
background-color: #BBA810;
}
</style>
border-color css
<style>
span { border-color: #BBA810; }
span { border-color: rgb(187,168,16); }
td.TdClassName
{
border-color: #BBA810;
}
.TagClassName
{
border-color: #BBA810;
}
</style>