Shades of Earls Green #ACB12C
Tints of Earls Green #ACB12C
RGB
CMYK
RGB Variations
Color information
#ACB12C (or 0xACB12C) is known color: Earls Green. HEX triplet: AC, B1 and 2C. RGB value is (172,177,44). Sum of RGB (Red+Green+Blue) = 172+177+44=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB12C is #534ED3. Grayscale: #A0A0A0. Windows color (decimal): -5459668 or 2929068. OLE color: 2929068.
HSL color Cylindrical-coordinate representation of color #ACB12C: hue angle of 62.26º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB12C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 44 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.31 |
| HSL | 62.26º | 0.6% | 0.43% | - |
| HSV(B) | 62.26º | 0.75% | 0.69% | - |
| XYZ | 33.19 | 40.4 | 8.43 | - |
| YUV | 160.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 44 | 0.03 | 0 | 0.75 | 0.31 | 62.26 | 0.6 | 0.43 |
| Hex | AC | B1 | 2C | 3 | 0 | 4B | 1F | 3E | 3C | 2B |
| Octal | 254 | 261 | 54 | 3 | 0 | 113 | 37 | 76 | 74 | 53 |
| Binary | 10101100 | 10110001 | 101100 | 11 | 0 | 1001011 | 11111 | 111110 | 111100 | 101011 |
Color Harmonies of #ACB12C
Complementary color
Monochromatic Colors of #ACB12C
Black with #ACB12C
Text Example
Text Example
White with #ACB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB12C; }
p { color: rgb(172,177,44); }
H1.HeaderClassName
{
color: #ACB12C;
}
.AnyTagClassName
{
color: #ACB12C;
}
</style>
background-color css
<style>
a { background-color: #ACB12C; }
a { background-color: rgb(172,177,44); }
div.DivClassName
{
background-color: #ACB12C;
}
.BgClassName
{
background-color: #ACB12C;
}
</style>
border-color css
<style>
span { border-color: #ACB12C; }
span { border-color: rgb(172,177,44); }
td.TdClassName
{
border-color: #ACB12C;
}
.TagClassName
{
border-color: #ACB12C;
}
</style>