Shades of Earls Green #ACAB2C
Tints of Earls Green #ACAB2C
RGB
CMYK
RGB Variations
Color information
#ACAB2C (or 0xACAB2C) is known color: Earls Green. HEX triplet: AC, AB and 2C. RGB value is (172,171,44). Sum of RGB (Red+Green+Blue) = 172+171+44=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB2C is #5354D3. Grayscale: #9D9D9D. Windows color (decimal): -5461204 or 2927532. OLE color: 2927532.
HSL color Cylindrical-coordinate representation of color #ACAB2C: hue angle of 59.53º 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 #ACAB2C is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 44 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.33 |
| HSL | 59.53º | 0.59% | 0.42% | - |
| HSV(B) | 59.53º | 0.74% | 0.67% | - |
| XYZ | 32.03 | 38.08 | 8.04 | - |
| YUV | 156.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 44 | 0 | 0.01 | 0.74 | 0.33 | 59.53 | 0.59 | 0.42 |
| Hex | AC | AB | 2C | 0 | 1 | 4A | 21 | 3C | 3B | 2A |
| Octal | 254 | 253 | 54 | 0 | 1 | 112 | 41 | 74 | 73 | 52 |
| Binary | 10101100 | 10101011 | 101100 | 0 | 1 | 1001010 | 100001 | 111100 | 111011 | 101010 |
Color Harmonies of #ACAB2C
Complementary color
Monochromatic Colors of #ACAB2C
Black with #ACAB2C
Text Example
Text Example
White with #ACAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB2C; }
p { color: rgb(172,171,44); }
H1.HeaderClassName
{
color: #ACAB2C;
}
.AnyTagClassName
{
color: #ACAB2C;
}
</style>
background-color css
<style>
a { background-color: #ACAB2C; }
a { background-color: rgb(172,171,44); }
div.DivClassName
{
background-color: #ACAB2C;
}
.BgClassName
{
background-color: #ACAB2C;
}
</style>
border-color css
<style>
span { border-color: #ACAB2C; }
span { border-color: rgb(172,171,44); }
td.TdClassName
{
border-color: #ACAB2C;
}
.TagClassName
{
border-color: #ACAB2C;
}
</style>