Shades of Earls Green #ACA32C
Tints of Earls Green #ACA32C
RGB
CMYK
RGB Variations
Color information
#ACA32C (or 0xACA32C) is known color: Earls Green. HEX triplet: AC, A3 and 2C. RGB value is (172,163,44). Sum of RGB (Red+Green+Blue) = 172+163+44=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA32C is #535CD3. Grayscale: #989898. Windows color (decimal): -5463252 or 2925484. OLE color: 2925484.
HSL color Cylindrical-coordinate representation of color #ACA32C: hue angle of 55.78º 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 #ACA32C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 163 | 44 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 55.78º | 0.59% | 0.42% | - |
| HSV(B) | 55.78º | 0.74% | 0.67% | - |
| XYZ | 30.57 | 35.15 | 7.56 | - |
| YUV | 152.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 44 | 0 | 0.05 | 0.74 | 0.33 | 55.78 | 0.59 | 0.42 |
| Hex | AC | A3 | 2C | 0 | 5 | 4A | 21 | 38 | 3B | 2A |
| Octal | 254 | 243 | 54 | 0 | 5 | 112 | 41 | 70 | 73 | 52 |
| Binary | 10101100 | 10100011 | 101100 | 0 | 101 | 1001010 | 100001 | 111000 | 111011 | 101010 |
Color Harmonies of #ACA32C
Complementary color
Monochromatic Colors of #ACA32C
Black with #ACA32C
Text Example
Text Example
White with #ACA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA32C; }
p { color: rgb(172,163,44); }
H1.HeaderClassName
{
color: #ACA32C;
}
.AnyTagClassName
{
color: #ACA32C;
}
</style>
background-color css
<style>
a { background-color: #ACA32C; }
a { background-color: rgb(172,163,44); }
div.DivClassName
{
background-color: #ACA32C;
}
.BgClassName
{
background-color: #ACA32C;
}
</style>
border-color css
<style>
span { border-color: #ACA32C; }
span { border-color: rgb(172,163,44); }
td.TdClassName
{
border-color: #ACA32C;
}
.TagClassName
{
border-color: #ACA32C;
}
</style>