Shades of Earls Green #ABA72C
Tints of Earls Green #ABA72C
RGB
CMYK
RGB Variations
Color information
#ABA72C (or 0xABA72C) is known color: Earls Green. HEX triplet: AB, A7 and 2C. RGB value is (171,167,44). Sum of RGB (Red+Green+Blue) = 171+167+44=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA72C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA72C is #5458D3. Grayscale: #9A9A9A. Windows color (decimal): -5527764 or 2926507. OLE color: 2926507.
HSL color Cylindrical-coordinate representation of color #ABA72C: hue angle of 58.11º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA72C is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 44 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.33 |
| HSL | 58.11º | 0.59% | 0.42% | - |
| HSV(B) | 58.11º | 0.74% | 0.67% | - |
| XYZ | 31.07 | 36.48 | 7.79 | - |
| YUV | 154.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 44 | 0 | 0.02 | 0.74 | 0.33 | 58.11 | 0.59 | 0.42 |
| Hex | AB | A7 | 2C | 0 | 2 | 4A | 21 | 3A | 3B | 2A |
| Octal | 253 | 247 | 54 | 0 | 2 | 112 | 41 | 72 | 73 | 52 |
| Binary | 10101011 | 10100111 | 101100 | 0 | 10 | 1001010 | 100001 | 111010 | 111011 | 101010 |
Color Harmonies of #ABA72C
Complementary color
Monochromatic Colors of #ABA72C
Black with #ABA72C
Text Example
Text Example
White with #ABA72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA72C; }
p { color: rgb(171,167,44); }
H1.HeaderClassName
{
color: #ABA72C;
}
.AnyTagClassName
{
color: #ABA72C;
}
</style>
background-color css
<style>
a { background-color: #ABA72C; }
a { background-color: rgb(171,167,44); }
div.DivClassName
{
background-color: #ABA72C;
}
.BgClassName
{
background-color: #ABA72C;
}
</style>
border-color css
<style>
span { border-color: #ABA72C; }
span { border-color: rgb(171,167,44); }
td.TdClassName
{
border-color: #ABA72C;
}
.TagClassName
{
border-color: #ABA72C;
}
</style>