Shades of Earls Green #ABA329
Tints of Earls Green #ABA329
RGB
CMYK
RGB Variations
Color information
#ABA329 (or 0xABA329) is known color: Earls Green. HEX triplet: AB, A3 and 29. RGB value is (171,163,41). Sum of RGB (Red+Green+Blue) = 171+163+41=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA329 is #545CD6. Grayscale: #979797. Windows color (decimal): -5528791 or 2728875. OLE color: 2728875.
HSL color Cylindrical-coordinate representation of color #ABA329: hue angle of 56.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABA329 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 41 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.33 |
| HSL | 56.31º | 0.61% | 0.42% | - |
| HSV(B) | 56.31º | 0.76% | 0.67% | - |
| XYZ | 30.29 | 35.01 | 7.26 | - |
| YUV | 151.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 41 | 0 | 0.05 | 0.76 | 0.33 | 56.31 | 0.61 | 0.42 |
| Hex | AB | A3 | 29 | 0 | 5 | 4C | 21 | 38 | 3D | 2A |
| Octal | 253 | 243 | 51 | 0 | 5 | 114 | 41 | 70 | 75 | 52 |
| Binary | 10101011 | 10100011 | 101001 | 0 | 101 | 1001100 | 100001 | 111000 | 111101 | 101010 |
Color Harmonies of #ABA329
Complementary color
Monochromatic Colors of #ABA329
Black with #ABA329
Text Example
Text Example
White with #ABA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA329; }
p { color: rgb(171,163,41); }
H1.HeaderClassName
{
color: #ABA329;
}
.AnyTagClassName
{
color: #ABA329;
}
</style>
background-color css
<style>
a { background-color: #ABA329; }
a { background-color: rgb(171,163,41); }
div.DivClassName
{
background-color: #ABA329;
}
.BgClassName
{
background-color: #ABA329;
}
</style>
border-color css
<style>
span { border-color: #ABA329; }
span { border-color: rgb(171,163,41); }
td.TdClassName
{
border-color: #ABA329;
}
.TagClassName
{
border-color: #ABA329;
}
</style>