Shades of Earls Green #B7A22C
Tints of Earls Green #B7A22C
RGB
CMYK
RGB Variations
Color information
#B7A22C (or 0xB7A22C) is known color: Earls Green. HEX triplet: B7, A2 and 2C. RGB value is (183,162,44). Sum of RGB (Red+Green+Blue) = 183+162+44=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A22C is #485DD3. Grayscale: #9B9B9B. Windows color (decimal): -4742612 or 2925239. OLE color: 2925239.
HSL color Cylindrical-coordinate representation of color #B7A22C: hue angle of 50.94º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7A22C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 44 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.28 |
| HSL | 50.94º | 0.61% | 0.45% | - |
| HSV(B) | 50.94º | 0.76% | 0.72% | - |
| XYZ | 32.9 | 36.09 | 7.61 | - |
| YUV | 154.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 44 | 0 | 0.11 | 0.76 | 0.28 | 50.94 | 0.61 | 0.45 |
| Hex | B7 | A2 | 2C | 0 | B | 4C | 1C | 33 | 3D | 2D |
| Octal | 267 | 242 | 54 | 0 | 13 | 114 | 34 | 63 | 75 | 55 |
| Binary | 10110111 | 10100010 | 101100 | 0 | 1011 | 1001100 | 11100 | 110011 | 111101 | 101101 |
Color Harmonies of #B7A22C
Complementary color
Monochromatic Colors of #B7A22C
Black with #B7A22C
Text Example
Text Example
White with #B7A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A22C; }
p { color: rgb(183,162,44); }
H1.HeaderClassName
{
color: #B7A22C;
}
.AnyTagClassName
{
color: #B7A22C;
}
</style>
background-color css
<style>
a { background-color: #B7A22C; }
a { background-color: rgb(183,162,44); }
div.DivClassName
{
background-color: #B7A22C;
}
.BgClassName
{
background-color: #B7A22C;
}
</style>
border-color css
<style>
span { border-color: #B7A22C; }
span { border-color: rgb(183,162,44); }
td.TdClassName
{
border-color: #B7A22C;
}
.TagClassName
{
border-color: #B7A22C;
}
</style>