Shades of Earls Green #B7A22D
Tints of Earls Green #B7A22D
RGB
CMYK
RGB Variations
Color information
#B7A22D (or 0xB7A22D) is known color: Earls Green. HEX triplet: B7, A2 and 2D. RGB value is (183,162,45). Sum of RGB (Red+Green+Blue) = 183+162+45=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A22D is #485DD2. Grayscale: #9B9B9B. Windows color (decimal): -4742611 or 2990775. OLE color: 2990775.
HSL color Cylindrical-coordinate representation of color #B7A22D: hue angle of 50.87º degrees, saturation: 0.61, 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 #B7A22D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 45 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.28 |
| HSL | 50.87º | 0.61% | 0.45% | - |
| HSV(B) | 50.87º | 0.75% | 0.72% | - |
| XYZ | 32.92 | 36.1 | 7.71 | - |
| YUV | 154.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 45 | 0 | 0.11 | 0.75 | 0.28 | 50.87 | 0.61 | 0.45 |
| Hex | B7 | A2 | 2D | 0 | B | 4B | 1C | 33 | 3D | 2D |
| Octal | 267 | 242 | 55 | 0 | 13 | 113 | 34 | 63 | 75 | 55 |
| Binary | 10110111 | 10100010 | 101101 | 0 | 1011 | 1001011 | 11100 | 110011 | 111101 | 101101 |
Color Harmonies of #B7A22D
Complementary color
Monochromatic Colors of #B7A22D
Black with #B7A22D
Text Example
Text Example
White with #B7A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A22D; }
p { color: rgb(183,162,45); }
H1.HeaderClassName
{
color: #B7A22D;
}
.AnyTagClassName
{
color: #B7A22D;
}
</style>
background-color css
<style>
a { background-color: #B7A22D; }
a { background-color: rgb(183,162,45); }
div.DivClassName
{
background-color: #B7A22D;
}
.BgClassName
{
background-color: #B7A22D;
}
</style>
border-color css
<style>
span { border-color: #B7A22D; }
span { border-color: rgb(183,162,45); }
td.TdClassName
{
border-color: #B7A22D;
}
.TagClassName
{
border-color: #B7A22D;
}
</style>