Shades of Earls Green #B7A62D
Tints of Earls Green #B7A62D
RGB
CMYK
RGB Variations
Color information
#B7A62D (or 0xB7A62D) is known color: Earls Green. HEX triplet: B7, A6 and 2D. RGB value is (183,166,45). Sum of RGB (Red+Green+Blue) = 183+166+45=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A62D is #4859D2. Grayscale: #9D9D9D. Windows color (decimal): -4741587 or 2991799. OLE color: 2991799.
HSL color Cylindrical-coordinate representation of color #B7A62D: hue angle of 52.61º 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 #B7A62D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 45 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.28 |
| HSL | 52.61º | 0.61% | 0.45% | - |
| HSV(B) | 52.61º | 0.75% | 0.72% | - |
| XYZ | 33.64 | 37.53 | 7.95 | - |
| YUV | 157.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 45 | 0 | 0.09 | 0.75 | 0.28 | 52.61 | 0.61 | 0.45 |
| Hex | B7 | A6 | 2D | 0 | 9 | 4B | 1C | 35 | 3D | 2D |
| Octal | 267 | 246 | 55 | 0 | 11 | 113 | 34 | 65 | 75 | 55 |
| Binary | 10110111 | 10100110 | 101101 | 0 | 1001 | 1001011 | 11100 | 110101 | 111101 | 101101 |
Color Harmonies of #B7A62D
Complementary color
Monochromatic Colors of #B7A62D
Black with #B7A62D
Text Example
Text Example
White with #B7A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A62D; }
p { color: rgb(183,166,45); }
H1.HeaderClassName
{
color: #B7A62D;
}
.AnyTagClassName
{
color: #B7A62D;
}
</style>
background-color css
<style>
a { background-color: #B7A62D; }
a { background-color: rgb(183,166,45); }
div.DivClassName
{
background-color: #B7A62D;
}
.BgClassName
{
background-color: #B7A62D;
}
</style>
border-color css
<style>
span { border-color: #B7A62D; }
span { border-color: rgb(183,166,45); }
td.TdClassName
{
border-color: #B7A62D;
}
.TagClassName
{
border-color: #B7A62D;
}
</style>