Shades of Earls Green #B7A01E
Tints of Earls Green #B7A01E
RGB
CMYK
RGB Variations
Color information
#B7A01E (or 0xB7A01E) is known color: Earls Green. HEX triplet: B7, A0 and 1E. RGB value is (183,160,30). Sum of RGB (Red+Green+Blue) = 183+160+30=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A01E is #485FE1. Grayscale: #989898. Windows color (decimal): -4743138 or 2007223. OLE color: 2007223.
HSL color Cylindrical-coordinate representation of color #B7A01E: hue angle of 50.98º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A01E is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 30 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.28 |
| HSL | 50.98º | 0.72% | 0.42% | - |
| HSV(B) | 50.98º | 0.84% | 0.72% | - |
| XYZ | 32.33 | 35.3 | 6.34 | - |
| YUV | 152.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 30 | 0 | 0.13 | 0.84 | 0.28 | 50.98 | 0.72 | 0.42 |
| Hex | B7 | A0 | 1E | 0 | D | 54 | 1C | 33 | 48 | 2A |
| Octal | 267 | 240 | 36 | 0 | 15 | 124 | 34 | 63 | 110 | 52 |
| Binary | 10110111 | 10100000 | 11110 | 0 | 1101 | 1010100 | 11100 | 110011 | 1001000 | 101010 |
Color Harmonies of #B7A01E
Complementary color
Monochromatic Colors of #B7A01E
Black with #B7A01E
Text Example
Text Example
White with #B7A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A01E; }
p { color: rgb(183,160,30); }
H1.HeaderClassName
{
color: #B7A01E;
}
.AnyTagClassName
{
color: #B7A01E;
}
</style>
background-color css
<style>
a { background-color: #B7A01E; }
a { background-color: rgb(183,160,30); }
div.DivClassName
{
background-color: #B7A01E;
}
.BgClassName
{
background-color: #B7A01E;
}
</style>
border-color css
<style>
span { border-color: #B7A01E; }
span { border-color: rgb(183,160,30); }
td.TdClassName
{
border-color: #B7A01E;
}
.TagClassName
{
border-color: #B7A01E;
}
</style>