Shades of Earls Green #B7A414
Tints of Earls Green #B7A414
RGB
CMYK
RGB Variations
Color information
#B7A414 (or 0xB7A414) is known color: Earls Green. HEX triplet: B7, A4 and 14. RGB value is (183,164,20). Sum of RGB (Red+Green+Blue) = 183+164+20=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A414 is #485BEB. Grayscale: #999999. Windows color (decimal): -4742124 or 1352887. OLE color: 1352887.
HSL color Cylindrical-coordinate representation of color #B7A414: hue angle of 53.01º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7A414 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 20 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.28 |
| HSL | 53.01º | 0.8% | 0.4% | - |
| HSV(B) | 53.01º | 0.89% | 0.72% | - |
| XYZ | 32.93 | 36.67 | 6 | - |
| YUV | 153.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 20 | 0 | 0.10 | 0.89 | 0.28 | 53.01 | 0.8 | 0.4 |
| Hex | B7 | A4 | 14 | 0 | A | 59 | 1C | 35 | 50 | 28 |
| Octal | 267 | 244 | 24 | 0 | 12 | 131 | 34 | 65 | 120 | 50 |
| Binary | 10110111 | 10100100 | 10100 | 0 | 1010 | 1011001 | 11100 | 110101 | 1010000 | 101000 |
Color Harmonies of #B7A414
Complementary color
Monochromatic Colors of #B7A414
Black with #B7A414
Text Example
Text Example
White with #B7A414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A414; }
p { color: rgb(183,164,20); }
H1.HeaderClassName
{
color: #B7A414;
}
.AnyTagClassName
{
color: #B7A414;
}
</style>
background-color css
<style>
a { background-color: #B7A414; }
a { background-color: rgb(183,164,20); }
div.DivClassName
{
background-color: #B7A414;
}
.BgClassName
{
background-color: #B7A414;
}
</style>
border-color css
<style>
span { border-color: #B7A414; }
span { border-color: rgb(183,164,20); }
td.TdClassName
{
border-color: #B7A414;
}
.TagClassName
{
border-color: #B7A414;
}
</style>