Shades of Earls Green #B7A52E
Tints of Earls Green #B7A52E
RGB
CMYK
RGB Variations
Color information
#B7A52E (or 0xB7A52E) is known color: Earls Green. HEX triplet: B7, A5 and 2E. RGB value is (183,165,46). Sum of RGB (Red+Green+Blue) = 183+165+46=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A52E is #485AD1. Grayscale: #9D9D9D. Windows color (decimal): -4741842 or 3057079. OLE color: 3057079.
HSL color Cylindrical-coordinate representation of color #B7A52E: hue angle of 52.12º 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 #B7A52E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 46 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.28 |
| HSL | 52.12º | 0.6% | 0.45% | - |
| HSV(B) | 52.12º | 0.75% | 0.72% | - |
| XYZ | 33.48 | 37.17 | 8 | - |
| YUV | 156.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 46 | 0 | 0.10 | 0.75 | 0.28 | 52.12 | 0.6 | 0.45 |
| Hex | B7 | A5 | 2E | 0 | A | 4B | 1C | 34 | 3C | 2D |
| Octal | 267 | 245 | 56 | 0 | 12 | 113 | 34 | 64 | 74 | 55 |
| Binary | 10110111 | 10100101 | 101110 | 0 | 1010 | 1001011 | 11100 | 110100 | 111100 | 101101 |
Color Harmonies of #B7A52E
Complementary color
Monochromatic Colors of #B7A52E
Black with #B7A52E
Text Example
Text Example
White with #B7A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A52E; }
p { color: rgb(183,165,46); }
H1.HeaderClassName
{
color: #B7A52E;
}
.AnyTagClassName
{
color: #B7A52E;
}
</style>
background-color css
<style>
a { background-color: #B7A52E; }
a { background-color: rgb(183,165,46); }
div.DivClassName
{
background-color: #B7A52E;
}
.BgClassName
{
background-color: #B7A52E;
}
</style>
border-color css
<style>
span { border-color: #B7A52E; }
span { border-color: rgb(183,165,46); }
td.TdClassName
{
border-color: #B7A52E;
}
.TagClassName
{
border-color: #B7A52E;
}
</style>