Shades of Earls Green #ABA22C
Tints of Earls Green #ABA22C
RGB
CMYK
RGB Variations
Color information
#ABA22C (or 0xABA22C) is known color: Earls Green. HEX triplet: AB, A2 and 2C. RGB value is (171,162,44). Sum of RGB (Red+Green+Blue) = 171+162+44=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA22C is #545DD3. Grayscale: #979797. Windows color (decimal): -5529044 or 2925227. OLE color: 2925227.
HSL color Cylindrical-coordinate representation of color #ABA22C: hue angle of 55.75º 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 #ABA22C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 44 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 55.75º | 0.59% | 0.42% | - |
| HSV(B) | 55.75º | 0.74% | 0.67% | - |
| XYZ | 30.17 | 34.68 | 7.49 | - |
| YUV | 151.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 44 | 0 | 0.05 | 0.74 | 0.33 | 55.75 | 0.59 | 0.42 |
| Hex | AB | A2 | 2C | 0 | 5 | 4A | 21 | 38 | 3B | 2A |
| Octal | 253 | 242 | 54 | 0 | 5 | 112 | 41 | 70 | 73 | 52 |
| Binary | 10101011 | 10100010 | 101100 | 0 | 101 | 1001010 | 100001 | 111000 | 111011 | 101010 |
Color Harmonies of #ABA22C
Complementary color
Monochromatic Colors of #ABA22C
Black with #ABA22C
Text Example
Text Example
White with #ABA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA22C; }
p { color: rgb(171,162,44); }
H1.HeaderClassName
{
color: #ABA22C;
}
.AnyTagClassName
{
color: #ABA22C;
}
</style>
background-color css
<style>
a { background-color: #ABA22C; }
a { background-color: rgb(171,162,44); }
div.DivClassName
{
background-color: #ABA22C;
}
.BgClassName
{
background-color: #ABA22C;
}
</style>
border-color css
<style>
span { border-color: #ABA22C; }
span { border-color: rgb(171,162,44); }
td.TdClassName
{
border-color: #ABA22C;
}
.TagClassName
{
border-color: #ABA22C;
}
</style>