Shades of Earls Green #B7A92A
Tints of Earls Green #B7A92A
RGB
CMYK
RGB Variations
Color information
#B7A92A (or 0xB7A92A) is known color: Earls Green. HEX triplet: B7, A9 and 2A. RGB value is (183,169,42). Sum of RGB (Red+Green+Blue) = 183+169+42=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A92A is #4856D5. Grayscale: #9F9F9F. Windows color (decimal): -4740822 or 2795959. OLE color: 2795959.
HSL color Cylindrical-coordinate representation of color #B7A92A: hue angle of 54.04º 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 #B7A92A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 42 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.28 |
| HSL | 54.04º | 0.63% | 0.44% | - |
| HSV(B) | 54.04º | 0.77% | 0.72% | - |
| XYZ | 34.13 | 38.61 | 7.84 | - |
| YUV | 158.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 42 | 0 | 0.08 | 0.77 | 0.28 | 54.04 | 0.63 | 0.44 |
| Hex | B7 | A9 | 2A | 0 | 8 | 4D | 1C | 36 | 3F | 2C |
| Octal | 267 | 251 | 52 | 0 | 10 | 115 | 34 | 66 | 77 | 54 |
| Binary | 10110111 | 10101001 | 101010 | 0 | 1000 | 1001101 | 11100 | 110110 | 111111 | 101100 |
Color Harmonies of #B7A92A
Complementary color
Monochromatic Colors of #B7A92A
Black with #B7A92A
Text Example
Text Example
White with #B7A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A92A; }
p { color: rgb(183,169,42); }
H1.HeaderClassName
{
color: #B7A92A;
}
.AnyTagClassName
{
color: #B7A92A;
}
</style>
background-color css
<style>
a { background-color: #B7A92A; }
a { background-color: rgb(183,169,42); }
div.DivClassName
{
background-color: #B7A92A;
}
.BgClassName
{
background-color: #B7A92A;
}
</style>
border-color css
<style>
span { border-color: #B7A92A; }
span { border-color: rgb(183,169,42); }
td.TdClassName
{
border-color: #B7A92A;
}
.TagClassName
{
border-color: #B7A92A;
}
</style>