Shades of Earls Green #B0AA2E
Tints of Earls Green #B0AA2E
RGB
CMYK
RGB Variations
Color information
#B0AA2E (or 0xB0AA2E) is known color: Earls Green. HEX triplet: B0, AA and 2E. RGB value is (176,170,46). Sum of RGB (Red+Green+Blue) = 176+170+46=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA2E is #4F55D1. Grayscale: #9E9E9E. Windows color (decimal): -5199314 or 3058352. OLE color: 3058352.
HSL color Cylindrical-coordinate representation of color #B0AA2E: hue angle of 57.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0AA2E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 46 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.31 |
| HSL | 57.23º | 0.59% | 0.44% | - |
| HSV(B) | 57.23º | 0.74% | 0.69% | - |
| XYZ | 32.77 | 38.18 | 8.23 | - |
| YUV | 157.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 46 | 0 | 0.03 | 0.74 | 0.31 | 57.23 | 0.59 | 0.44 |
| Hex | B0 | AA | 2E | 0 | 3 | 4A | 1F | 39 | 3B | 2C |
| Octal | 260 | 252 | 56 | 0 | 3 | 112 | 37 | 71 | 73 | 54 |
| Binary | 10110000 | 10101010 | 101110 | 0 | 11 | 1001010 | 11111 | 111001 | 111011 | 101100 |
Color Harmonies of #B0AA2E
Complementary color
Monochromatic Colors of #B0AA2E
Black with #B0AA2E
Text Example
Text Example
White with #B0AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA2E; }
p { color: rgb(176,170,46); }
H1.HeaderClassName
{
color: #B0AA2E;
}
.AnyTagClassName
{
color: #B0AA2E;
}
</style>
background-color css
<style>
a { background-color: #B0AA2E; }
a { background-color: rgb(176,170,46); }
div.DivClassName
{
background-color: #B0AA2E;
}
.BgClassName
{
background-color: #B0AA2E;
}
</style>
border-color css
<style>
span { border-color: #B0AA2E; }
span { border-color: rgb(176,170,46); }
td.TdClassName
{
border-color: #B0AA2E;
}
.TagClassName
{
border-color: #B0AA2E;
}
</style>