Shades of Earls Green #B7A82E
Tints of Earls Green #B7A82E
RGB
CMYK
RGB Variations
Color information
#B7A82E (or 0xB7A82E) is known color: Earls Green. HEX triplet: B7, A8 and 2E. RGB value is (183,168,46). Sum of RGB (Red+Green+Blue) = 183+168+46=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A82E is #4857D1. Grayscale: #9F9F9F. Windows color (decimal): -4741074 or 3057847. OLE color: 3057847.
HSL color Cylindrical-coordinate representation of color #B7A82E: hue angle of 53.43º 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 #B7A82E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 46 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.28 |
| HSL | 53.43º | 0.6% | 0.45% | - |
| HSV(B) | 53.43º | 0.75% | 0.72% | - |
| XYZ | 34.02 | 38.27 | 8.18 | - |
| YUV | 158.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 46 | 0 | 0.08 | 0.75 | 0.28 | 53.43 | 0.6 | 0.45 |
| Hex | B7 | A8 | 2E | 0 | 8 | 4B | 1C | 35 | 3C | 2D |
| Octal | 267 | 250 | 56 | 0 | 10 | 113 | 34 | 65 | 74 | 55 |
| Binary | 10110111 | 10101000 | 101110 | 0 | 1000 | 1001011 | 11100 | 110101 | 111100 | 101101 |
Color Harmonies of #B7A82E
Complementary color
Monochromatic Colors of #B7A82E
Black with #B7A82E
Text Example
Text Example
White with #B7A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A82E; }
p { color: rgb(183,168,46); }
H1.HeaderClassName
{
color: #B7A82E;
}
.AnyTagClassName
{
color: #B7A82E;
}
</style>
background-color css
<style>
a { background-color: #B7A82E; }
a { background-color: rgb(183,168,46); }
div.DivClassName
{
background-color: #B7A82E;
}
.BgClassName
{
background-color: #B7A82E;
}
</style>
border-color css
<style>
span { border-color: #B7A82E; }
span { border-color: rgb(183,168,46); }
td.TdClassName
{
border-color: #B7A82E;
}
.TagClassName
{
border-color: #B7A82E;
}
</style>