Shades of Earls Green #ABA62C
Tints of Earls Green #ABA62C
RGB
CMYK
RGB Variations
Color information
#ABA62C (or 0xABA62C) is known color: Earls Green. HEX triplet: AB, A6 and 2C. RGB value is (171,166,44). Sum of RGB (Red+Green+Blue) = 171+166+44=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA62C is #5459D3. Grayscale: #9A9A9A. Windows color (decimal): -5528020 or 2926251. OLE color: 2926251.
HSL color Cylindrical-coordinate representation of color #ABA62C: hue angle of 57.64º 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 #ABA62C is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 44 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.33 |
| HSL | 57.64º | 0.59% | 0.42% | - |
| HSV(B) | 57.64º | 0.74% | 0.67% | - |
| XYZ | 30.89 | 36.11 | 7.73 | - |
| YUV | 153.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 44 | 0 | 0.03 | 0.74 | 0.33 | 57.64 | 0.59 | 0.42 |
| Hex | AB | A6 | 2C | 0 | 3 | 4A | 21 | 3A | 3B | 2A |
| Octal | 253 | 246 | 54 | 0 | 3 | 112 | 41 | 72 | 73 | 52 |
| Binary | 10101011 | 10100110 | 101100 | 0 | 11 | 1001010 | 100001 | 111010 | 111011 | 101010 |
Color Harmonies of #ABA62C
Complementary color
Monochromatic Colors of #ABA62C
Black with #ABA62C
Text Example
Text Example
White with #ABA62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA62C; }
p { color: rgb(171,166,44); }
H1.HeaderClassName
{
color: #ABA62C;
}
.AnyTagClassName
{
color: #ABA62C;
}
</style>
background-color css
<style>
a { background-color: #ABA62C; }
a { background-color: rgb(171,166,44); }
div.DivClassName
{
background-color: #ABA62C;
}
.BgClassName
{
background-color: #ABA62C;
}
</style>
border-color css
<style>
span { border-color: #ABA62C; }
span { border-color: rgb(171,166,44); }
td.TdClassName
{
border-color: #ABA62C;
}
.TagClassName
{
border-color: #ABA62C;
}
</style>