Shades of Earls Green #ABA32C
Tints of Earls Green #ABA32C
RGB
CMYK
RGB Variations
Color information
#ABA32C (or 0xABA32C) is known color: Earls Green. HEX triplet: AB, A3 and 2C. RGB value is (171,163,44). Sum of RGB (Red+Green+Blue) = 171+163+44=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA32C is #545CD3. Grayscale: #989898. Windows color (decimal): -5528788 or 2925483. OLE color: 2925483.
HSL color Cylindrical-coordinate representation of color #ABA32C: hue angle of 56.22º 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 #ABA32C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 44 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 56.22º | 0.59% | 0.42% | - |
| HSV(B) | 56.22º | 0.74% | 0.67% | - |
| XYZ | 30.35 | 35.03 | 7.55 | - |
| YUV | 151.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 44 | 0 | 0.05 | 0.74 | 0.33 | 56.22 | 0.59 | 0.42 |
| Hex | AB | A3 | 2C | 0 | 5 | 4A | 21 | 38 | 3B | 2A |
| Octal | 253 | 243 | 54 | 0 | 5 | 112 | 41 | 70 | 73 | 52 |
| Binary | 10101011 | 10100011 | 101100 | 0 | 101 | 1001010 | 100001 | 111000 | 111011 | 101010 |
Color Harmonies of #ABA32C
Complementary color
Monochromatic Colors of #ABA32C
Black with #ABA32C
Text Example
Text Example
White with #ABA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA32C; }
p { color: rgb(171,163,44); }
H1.HeaderClassName
{
color: #ABA32C;
}
.AnyTagClassName
{
color: #ABA32C;
}
</style>
background-color css
<style>
a { background-color: #ABA32C; }
a { background-color: rgb(171,163,44); }
div.DivClassName
{
background-color: #ABA32C;
}
.BgClassName
{
background-color: #ABA32C;
}
</style>
border-color css
<style>
span { border-color: #ABA32C; }
span { border-color: rgb(171,163,44); }
td.TdClassName
{
border-color: #ABA32C;
}
.TagClassName
{
border-color: #ABA32C;
}
</style>