Shades of Earls Green #B7A22E
Tints of Earls Green #B7A22E
RGB
CMYK
RGB Variations
Color information
#B7A22E (or 0xB7A22E) is known color: Earls Green. HEX triplet: B7, A2 and 2E. RGB value is (183,162,46). Sum of RGB (Red+Green+Blue) = 183+162+46=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A22E is #485DD1. Grayscale: #9B9B9B. Windows color (decimal): -4742610 or 3056311. OLE color: 3056311.
HSL color Cylindrical-coordinate representation of color #B7A22E: hue angle of 50.8º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7A22E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 46 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.28 |
| HSL | 50.8º | 0.6% | 0.45% | - |
| HSV(B) | 50.8º | 0.75% | 0.72% | - |
| XYZ | 32.94 | 36.11 | 7.82 | - |
| YUV | 155.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 46 | 0 | 0.11 | 0.75 | 0.28 | 50.8 | 0.6 | 0.45 |
| Hex | B7 | A2 | 2E | 0 | B | 4B | 1C | 33 | 3C | 2D |
| Octal | 267 | 242 | 56 | 0 | 13 | 113 | 34 | 63 | 74 | 55 |
| Binary | 10110111 | 10100010 | 101110 | 0 | 1011 | 1001011 | 11100 | 110011 | 111100 | 101101 |
Color Harmonies of #B7A22E
Complementary color
Monochromatic Colors of #B7A22E
Black with #B7A22E
Text Example
Text Example
White with #B7A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A22E; }
p { color: rgb(183,162,46); }
H1.HeaderClassName
{
color: #B7A22E;
}
.AnyTagClassName
{
color: #B7A22E;
}
</style>
background-color css
<style>
a { background-color: #B7A22E; }
a { background-color: rgb(183,162,46); }
div.DivClassName
{
background-color: #B7A22E;
}
.BgClassName
{
background-color: #B7A22E;
}
</style>
border-color css
<style>
span { border-color: #B7A22E; }
span { border-color: rgb(183,162,46); }
td.TdClassName
{
border-color: #B7A22E;
}
.TagClassName
{
border-color: #B7A22E;
}
</style>