Shades of Earls Green #B7A82A
Tints of Earls Green #B7A82A
RGB
CMYK
RGB Variations
Color information
#B7A82A (or 0xB7A82A) is known color: Earls Green. HEX triplet: B7, A8 and 2A. RGB value is (183,168,42). Sum of RGB (Red+Green+Blue) = 183+168+42=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A82A is #4857D5. Grayscale: #9E9E9E. Windows color (decimal): -4741078 or 2795703. OLE color: 2795703.
HSL color Cylindrical-coordinate representation of color #B7A82A: hue angle of 53.62º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7A82A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 42 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.28 |
| HSL | 53.62º | 0.63% | 0.44% | - |
| HSV(B) | 53.62º | 0.77% | 0.72% | - |
| XYZ | 33.95 | 38.24 | 7.78 | - |
| YUV | 158.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 42 | 0 | 0.08 | 0.77 | 0.28 | 53.62 | 0.63 | 0.44 |
| Hex | B7 | A8 | 2A | 0 | 8 | 4D | 1C | 36 | 3F | 2C |
| Octal | 267 | 250 | 52 | 0 | 10 | 115 | 34 | 66 | 77 | 54 |
| Binary | 10110111 | 10101000 | 101010 | 0 | 1000 | 1001101 | 11100 | 110110 | 111111 | 101100 |
Color Harmonies of #B7A82A
Complementary color
Monochromatic Colors of #B7A82A
Black with #B7A82A
Text Example
Text Example
White with #B7A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A82A; }
p { color: rgb(183,168,42); }
H1.HeaderClassName
{
color: #B7A82A;
}
.AnyTagClassName
{
color: #B7A82A;
}
</style>
background-color css
<style>
a { background-color: #B7A82A; }
a { background-color: rgb(183,168,42); }
div.DivClassName
{
background-color: #B7A82A;
}
.BgClassName
{
background-color: #B7A82A;
}
</style>
border-color css
<style>
span { border-color: #B7A82A; }
span { border-color: rgb(183,168,42); }
td.TdClassName
{
border-color: #B7A82A;
}
.TagClassName
{
border-color: #B7A82A;
}
</style>