Shades of Earls Green #ACA32D
Tints of Earls Green #ACA32D
RGB
CMYK
RGB Variations
Color information
#ACA32D (or 0xACA32D) is known color: Earls Green. HEX triplet: AC, A3 and 2D. RGB value is (172,163,45). Sum of RGB (Red+Green+Blue) = 172+163+45=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA32D is #535CD2. Grayscale: #989898. Windows color (decimal): -5463251 or 2991020. OLE color: 2991020.
HSL color Cylindrical-coordinate representation of color #ACA32D: hue angle of 55.75º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACA32D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 163 | 45 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 55.75º | 0.59% | 0.43% | - |
| HSV(B) | 55.75º | 0.74% | 0.67% | - |
| XYZ | 30.58 | 35.15 | 7.66 | - |
| YUV | 152.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 45 | 0 | 0.05 | 0.74 | 0.33 | 55.75 | 0.59 | 0.43 |
| Hex | AC | A3 | 2D | 0 | 5 | 4A | 21 | 38 | 3B | 2B |
| Octal | 254 | 243 | 55 | 0 | 5 | 112 | 41 | 70 | 73 | 53 |
| Binary | 10101100 | 10100011 | 101101 | 0 | 101 | 1001010 | 100001 | 111000 | 111011 | 101011 |
Color Harmonies of #ACA32D
Complementary color
Monochromatic Colors of #ACA32D
Black with #ACA32D
Text Example
Text Example
White with #ACA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA32D; }
p { color: rgb(172,163,45); }
H1.HeaderClassName
{
color: #ACA32D;
}
.AnyTagClassName
{
color: #ACA32D;
}
</style>
background-color css
<style>
a { background-color: #ACA32D; }
a { background-color: rgb(172,163,45); }
div.DivClassName
{
background-color: #ACA32D;
}
.BgClassName
{
background-color: #ACA32D;
}
</style>
border-color css
<style>
span { border-color: #ACA32D; }
span { border-color: rgb(172,163,45); }
td.TdClassName
{
border-color: #ACA32D;
}
.TagClassName
{
border-color: #ACA32D;
}
</style>