Shades of Earls Green #ACAB2E
Tints of Earls Green #ACAB2E
RGB
CMYK
RGB Variations
Color information
#ACAB2E (or 0xACAB2E) is known color: Earls Green. HEX triplet: AC, AB and 2E. RGB value is (172,171,46). Sum of RGB (Red+Green+Blue) = 172+171+46=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB2E is #5354D1. Grayscale: #9D9D9D. Windows color (decimal): -5461202 or 3058604. OLE color: 3058604.
HSL color Cylindrical-coordinate representation of color #ACAB2E: hue angle of 59.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACAB2E is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 46 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.33 |
| HSL | 59.52º | 0.58% | 0.43% | - |
| HSV(B) | 59.52º | 0.73% | 0.67% | - |
| XYZ | 32.07 | 38.09 | 8.25 | - |
| YUV | 157.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 46 | 0 | 0.01 | 0.73 | 0.33 | 59.52 | 0.58 | 0.43 |
| Hex | AC | AB | 2E | 0 | 1 | 49 | 21 | 3C | 3A | 2B |
| Octal | 254 | 253 | 56 | 0 | 1 | 111 | 41 | 74 | 72 | 53 |
| Binary | 10101100 | 10101011 | 101110 | 0 | 1 | 1001001 | 100001 | 111100 | 111010 | 101011 |
Color Harmonies of #ACAB2E
Complementary color
Monochromatic Colors of #ACAB2E
Black with #ACAB2E
Text Example
Text Example
White with #ACAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB2E; }
p { color: rgb(172,171,46); }
H1.HeaderClassName
{
color: #ACAB2E;
}
.AnyTagClassName
{
color: #ACAB2E;
}
</style>
background-color css
<style>
a { background-color: #ACAB2E; }
a { background-color: rgb(172,171,46); }
div.DivClassName
{
background-color: #ACAB2E;
}
.BgClassName
{
background-color: #ACAB2E;
}
</style>
border-color css
<style>
span { border-color: #ACAB2E; }
span { border-color: rgb(172,171,46); }
td.TdClassName
{
border-color: #ACAB2E;
}
.TagClassName
{
border-color: #ACAB2E;
}
</style>