Shades of Earls Green #B0AA11
Tints of Earls Green #B0AA11
RGB
CMYK
RGB Variations
Color information
#B0AA11 (or 0xB0AA11) is known color: Earls Green. HEX triplet: B0, AA and 11. RGB value is (176,170,17). Sum of RGB (Red+Green+Blue) = 176+170+17=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AA11 is #4F55EE. Grayscale: #9A9A9A. Windows color (decimal): -5199343 or 1157808. OLE color: 1157808.
HSL color Cylindrical-coordinate representation of color #B0AA11: hue angle of 57.74º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0AA11 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 17 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.31 |
| HSL | 57.74º | 0.82% | 0.38% | - |
| HSV(B) | 57.74º | 0.9% | 0.69% | - |
| XYZ | 32.38 | 38.02 | 6.16 | - |
| YUV | 154.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 17 | 0 | 0.03 | 0.90 | 0.31 | 57.74 | 0.82 | 0.38 |
| Hex | B0 | AA | 11 | 0 | 3 | 5A | 1F | 3A | 52 | 26 |
| Octal | 260 | 252 | 21 | 0 | 3 | 132 | 37 | 72 | 122 | 46 |
| Binary | 10110000 | 10101010 | 10001 | 0 | 11 | 1011010 | 11111 | 111010 | 1010010 | 100110 |
Color Harmonies of #B0AA11
Complementary color
Monochromatic Colors of #B0AA11
Black with #B0AA11
Text Example
Text Example
White with #B0AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA11; }
p { color: rgb(176,170,17); }
H1.HeaderClassName
{
color: #B0AA11;
}
.AnyTagClassName
{
color: #B0AA11;
}
</style>
background-color css
<style>
a { background-color: #B0AA11; }
a { background-color: rgb(176,170,17); }
div.DivClassName
{
background-color: #B0AA11;
}
.BgClassName
{
background-color: #B0AA11;
}
</style>
border-color css
<style>
span { border-color: #B0AA11; }
span { border-color: rgb(176,170,17); }
td.TdClassName
{
border-color: #B0AA11;
}
.TagClassName
{
border-color: #B0AA11;
}
</style>