Shades of Earls Green #B7A82C
Tints of Earls Green #B7A82C
RGB
CMYK
RGB Variations
Color information
#B7A82C (or 0xB7A82C) is known color: Earls Green. HEX triplet: B7, A8 and 2C. RGB value is (183,168,44). Sum of RGB (Red+Green+Blue) = 183+168+44=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A82C is #4857D3. Grayscale: #9E9E9E. Windows color (decimal): -4741076 or 2926775. OLE color: 2926775.
HSL color Cylindrical-coordinate representation of color #B7A82C: hue angle of 53.53º 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 #B7A82C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 44 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.28 |
| HSL | 53.53º | 0.61% | 0.45% | - |
| HSV(B) | 53.53º | 0.76% | 0.72% | - |
| XYZ | 33.99 | 38.25 | 7.98 | - |
| YUV | 158.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 44 | 0 | 0.08 | 0.76 | 0.28 | 53.53 | 0.61 | 0.45 |
| Hex | B7 | A8 | 2C | 0 | 8 | 4C | 1C | 36 | 3D | 2D |
| Octal | 267 | 250 | 54 | 0 | 10 | 114 | 34 | 66 | 75 | 55 |
| Binary | 10110111 | 10101000 | 101100 | 0 | 1000 | 1001100 | 11100 | 110110 | 111101 | 101101 |
Color Harmonies of #B7A82C
Complementary color
Monochromatic Colors of #B7A82C
Black with #B7A82C
Text Example
Text Example
White with #B7A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A82C; }
p { color: rgb(183,168,44); }
H1.HeaderClassName
{
color: #B7A82C;
}
.AnyTagClassName
{
color: #B7A82C;
}
</style>
background-color css
<style>
a { background-color: #B7A82C; }
a { background-color: rgb(183,168,44); }
div.DivClassName
{
background-color: #B7A82C;
}
.BgClassName
{
background-color: #B7A82C;
}
</style>
border-color css
<style>
span { border-color: #B7A82C; }
span { border-color: rgb(183,168,44); }
td.TdClassName
{
border-color: #B7A82C;
}
.TagClassName
{
border-color: #B7A82C;
}
</style>