Shades of Earls Green #B2A22E
Tints of Earls Green #B2A22E
RGB
CMYK
RGB Variations
Color information
#B2A22E (or 0xB2A22E) is known color: Earls Green. HEX triplet: B2, A2 and 2E. RGB value is (178,162,46). Sum of RGB (Red+Green+Blue) = 178+162+46=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A22E is #4D5DD1. Grayscale: #9A9A9A. Windows color (decimal): -5070290 or 3056306. OLE color: 3056306.
HSL color Cylindrical-coordinate representation of color #B2A22E: hue angle of 52.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2A22E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 46 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.30 |
| HSL | 52.73º | 0.59% | 0.44% | - |
| HSV(B) | 52.73º | 0.74% | 0.7% | - |
| XYZ | 31.77 | 35.5 | 7.76 | - |
| YUV | 153.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 46 | 0 | 0.09 | 0.74 | 0.30 | 52.73 | 0.59 | 0.44 |
| Hex | B2 | A2 | 2E | 0 | 9 | 4A | 1E | 35 | 3B | 2C |
| Octal | 262 | 242 | 56 | 0 | 11 | 112 | 36 | 65 | 73 | 54 |
| Binary | 10110010 | 10100010 | 101110 | 0 | 1001 | 1001010 | 11110 | 110101 | 111011 | 101100 |
Color Harmonies of #B2A22E
Complementary color
Monochromatic Colors of #B2A22E
Black with #B2A22E
Text Example
Text Example
White with #B2A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A22E; }
p { color: rgb(178,162,46); }
H1.HeaderClassName
{
color: #B2A22E;
}
.AnyTagClassName
{
color: #B2A22E;
}
</style>
background-color css
<style>
a { background-color: #B2A22E; }
a { background-color: rgb(178,162,46); }
div.DivClassName
{
background-color: #B2A22E;
}
.BgClassName
{
background-color: #B2A22E;
}
</style>
border-color css
<style>
span { border-color: #B2A22E; }
span { border-color: rgb(178,162,46); }
td.TdClassName
{
border-color: #B2A22E;
}
.TagClassName
{
border-color: #B2A22E;
}
</style>