Shades of Earls Green #B0A22E
Tints of Earls Green #B0A22E
RGB
CMYK
RGB Variations
Color information
#B0A22E (or 0xB0A22E) is known color: Earls Green. HEX triplet: B0, A2 and 2E. RGB value is (176,162,46). Sum of RGB (Red+Green+Blue) = 176+162+46=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A22E is #4F5DD1. Grayscale: #999999. Windows color (decimal): -5201362 or 3056304. OLE color: 3056304.
HSL color Cylindrical-coordinate representation of color #B0A22E: hue angle of 53.54º 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 #B0A22E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 46 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.31 |
| HSL | 53.54º | 0.59% | 0.44% | - |
| HSV(B) | 53.54º | 0.74% | 0.69% | - |
| XYZ | 31.32 | 35.27 | 7.74 | - |
| YUV | 152.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 46 | 0 | 0.08 | 0.74 | 0.31 | 53.54 | 0.59 | 0.44 |
| Hex | B0 | A2 | 2E | 0 | 8 | 4A | 1F | 36 | 3B | 2C |
| Octal | 260 | 242 | 56 | 0 | 10 | 112 | 37 | 66 | 73 | 54 |
| Binary | 10110000 | 10100010 | 101110 | 0 | 1000 | 1001010 | 11111 | 110110 | 111011 | 101100 |
Color Harmonies of #B0A22E
Complementary color
Monochromatic Colors of #B0A22E
Black with #B0A22E
Text Example
Text Example
White with #B0A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A22E; }
p { color: rgb(176,162,46); }
H1.HeaderClassName
{
color: #B0A22E;
}
.AnyTagClassName
{
color: #B0A22E;
}
</style>
background-color css
<style>
a { background-color: #B0A22E; }
a { background-color: rgb(176,162,46); }
div.DivClassName
{
background-color: #B0A22E;
}
.BgClassName
{
background-color: #B0A22E;
}
</style>
border-color css
<style>
span { border-color: #B0A22E; }
span { border-color: rgb(176,162,46); }
td.TdClassName
{
border-color: #B0A22E;
}
.TagClassName
{
border-color: #B0A22E;
}
</style>