Shades of Earls Green #ABA42C
Tints of Earls Green #ABA42C
RGB
CMYK
RGB Variations
Color information
#ABA42C (or 0xABA42C) is known color: Earls Green. HEX triplet: AB, A4 and 2C. RGB value is (171,164,44). Sum of RGB (Red+Green+Blue) = 171+164+44=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA42C is #545BD3. Grayscale: #989898. Windows color (decimal): -5528532 or 2925739. OLE color: 2925739.
HSL color Cylindrical-coordinate representation of color #ABA42C: hue angle of 56.69º 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 #ABA42C is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 44 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.33 |
| HSL | 56.69º | 0.59% | 0.42% | - |
| HSV(B) | 56.69º | 0.74% | 0.67% | - |
| XYZ | 30.52 | 35.39 | 7.61 | - |
| YUV | 152.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 44 | 0 | 0.04 | 0.74 | 0.33 | 56.69 | 0.59 | 0.42 |
| Hex | AB | A4 | 2C | 0 | 4 | 4A | 21 | 39 | 3B | 2A |
| Octal | 253 | 244 | 54 | 0 | 4 | 112 | 41 | 71 | 73 | 52 |
| Binary | 10101011 | 10100100 | 101100 | 0 | 100 | 1001010 | 100001 | 111001 | 111011 | 101010 |
Color Harmonies of #ABA42C
Complementary color
Monochromatic Colors of #ABA42C
Black with #ABA42C
Text Example
Text Example
White with #ABA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA42C; }
p { color: rgb(171,164,44); }
H1.HeaderClassName
{
color: #ABA42C;
}
.AnyTagClassName
{
color: #ABA42C;
}
</style>
background-color css
<style>
a { background-color: #ABA42C; }
a { background-color: rgb(171,164,44); }
div.DivClassName
{
background-color: #ABA42C;
}
.BgClassName
{
background-color: #ABA42C;
}
</style>
border-color css
<style>
span { border-color: #ABA42C; }
span { border-color: rgb(171,164,44); }
td.TdClassName
{
border-color: #ABA42C;
}
.TagClassName
{
border-color: #ABA42C;
}
</style>