Shades of Earls Green #ABA431
Tints of Earls Green #ABA431
RGB
CMYK
RGB Variations
Color information
#ABA431 (or 0xABA431) is known color: Earls Green. HEX triplet: AB, A4 and 31. RGB value is (171,164,49). Sum of RGB (Red+Green+Blue) = 171+164+49=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA431 is #545BCE. Grayscale: #999999. Windows color (decimal): -5528527 or 3253419. OLE color: 3253419.
HSL color Cylindrical-coordinate representation of color #ABA431: hue angle of 56.56º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABA431 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 49 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.33 |
| HSL | 56.56º | 0.55% | 0.43% | - |
| HSV(B) | 56.56º | 0.71% | 0.67% | - |
| XYZ | 30.62 | 35.43 | 8.13 | - |
| YUV | 152.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 49 | 0 | 0.04 | 0.71 | 0.33 | 56.56 | 0.55 | 0.43 |
| Hex | AB | A4 | 31 | 0 | 4 | 47 | 21 | 39 | 37 | 2B |
| Octal | 253 | 244 | 61 | 0 | 4 | 107 | 41 | 71 | 67 | 53 |
| Binary | 10101011 | 10100100 | 110001 | 0 | 100 | 1000111 | 100001 | 111001 | 110111 | 101011 |
Color Harmonies of #ABA431
Complementary color
Monochromatic Colors of #ABA431
Black with #ABA431
Text Example
Text Example
White with #ABA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA431; }
p { color: rgb(171,164,49); }
H1.HeaderClassName
{
color: #ABA431;
}
.AnyTagClassName
{
color: #ABA431;
}
</style>
background-color css
<style>
a { background-color: #ABA431; }
a { background-color: rgb(171,164,49); }
div.DivClassName
{
background-color: #ABA431;
}
.BgClassName
{
background-color: #ABA431;
}
</style>
border-color css
<style>
span { border-color: #ABA431; }
span { border-color: rgb(171,164,49); }
td.TdClassName
{
border-color: #ABA431;
}
.TagClassName
{
border-color: #ABA431;
}
</style>