Shades of Earls Green #ACB22E
Tints of Earls Green #ACB22E
RGB
CMYK
RGB Variations
Color information
#ACB22E (or 0xACB22E) is known color: Earls Green. HEX triplet: AC, B2 and 2E. RGB value is (172,178,46). Sum of RGB (Red+Green+Blue) = 172+178+46=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB22E is #534DD1. Grayscale: #A1A1A1. Windows color (decimal): -5459410 or 3060396. OLE color: 3060396.
HSL color Cylindrical-coordinate representation of color #ACB22E: hue angle of 62.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB22E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 46 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.30 |
| HSL | 62.73º | 0.59% | 0.44% | - |
| HSV(B) | 62.73º | 0.74% | 0.7% | - |
| XYZ | 33.43 | 40.81 | 8.7 | - |
| YUV | 161.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 46 | 0.03 | 0 | 0.74 | 0.30 | 62.73 | 0.59 | 0.44 |
| Hex | AC | B2 | 2E | 3 | 0 | 4A | 1E | 3F | 3B | 2C |
| Octal | 254 | 262 | 56 | 3 | 0 | 112 | 36 | 77 | 73 | 54 |
| Binary | 10101100 | 10110010 | 101110 | 11 | 0 | 1001010 | 11110 | 111111 | 111011 | 101100 |
Color Harmonies of #ACB22E
Complementary color
Monochromatic Colors of #ACB22E
Black with #ACB22E
Text Example
Text Example
White with #ACB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB22E; }
p { color: rgb(172,178,46); }
H1.HeaderClassName
{
color: #ACB22E;
}
.AnyTagClassName
{
color: #ACB22E;
}
</style>
background-color css
<style>
a { background-color: #ACB22E; }
a { background-color: rgb(172,178,46); }
div.DivClassName
{
background-color: #ACB22E;
}
.BgClassName
{
background-color: #ACB22E;
}
</style>
border-color css
<style>
span { border-color: #ACB22E; }
span { border-color: rgb(172,178,46); }
td.TdClassName
{
border-color: #ACB22E;
}
.TagClassName
{
border-color: #ACB22E;
}
</style>