Shades of Earls Green #ACAB2A
Tints of Earls Green #ACAB2A
RGB
CMYK
RGB Variations
Color information
#ACAB2A (or 0xACAB2A) is known color: Earls Green. HEX triplet: AC, AB and 2A. RGB value is (172,171,42). Sum of RGB (Red+Green+Blue) = 172+171+42=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB2A is #5354D5. Grayscale: #9D9D9D. Windows color (decimal): -5461206 or 2796460. OLE color: 2796460.
HSL color Cylindrical-coordinate representation of color #ACAB2A: hue angle of 59.54º 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 #ACAB2A is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 42 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.33 |
| HSL | 59.54º | 0.61% | 0.42% | - |
| HSV(B) | 59.54º | 0.76% | 0.67% | - |
| XYZ | 31.99 | 38.06 | 7.85 | - |
| YUV | 156.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 42 | 0 | 0.01 | 0.76 | 0.33 | 59.54 | 0.61 | 0.42 |
| Hex | AC | AB | 2A | 0 | 1 | 4C | 21 | 3C | 3D | 2A |
| Octal | 254 | 253 | 52 | 0 | 1 | 114 | 41 | 74 | 75 | 52 |
| Binary | 10101100 | 10101011 | 101010 | 0 | 1 | 1001100 | 100001 | 111100 | 111101 | 101010 |
Color Harmonies of #ACAB2A
Complementary color
Monochromatic Colors of #ACAB2A
Black with #ACAB2A
Text Example
Text Example
White with #ACAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB2A; }
p { color: rgb(172,171,42); }
H1.HeaderClassName
{
color: #ACAB2A;
}
.AnyTagClassName
{
color: #ACAB2A;
}
</style>
background-color css
<style>
a { background-color: #ACAB2A; }
a { background-color: rgb(172,171,42); }
div.DivClassName
{
background-color: #ACAB2A;
}
.BgClassName
{
background-color: #ACAB2A;
}
</style>
border-color css
<style>
span { border-color: #ACAB2A; }
span { border-color: rgb(172,171,42); }
td.TdClassName
{
border-color: #ACAB2A;
}
.TagClassName
{
border-color: #ACAB2A;
}
</style>