Shades of Earls Green #ACB12E
Tints of Earls Green #ACB12E
RGB
CMYK
RGB Variations
Color information
#ACB12E (or 0xACB12E) is known color: Earls Green. HEX triplet: AC, B1 and 2E. RGB value is (172,177,46). Sum of RGB (Red+Green+Blue) = 172+177+46=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB12E is #534ED1. Grayscale: #A1A1A1. Windows color (decimal): -5459666 or 3060140. OLE color: 3060140.
HSL color Cylindrical-coordinate representation of color #ACB12E: hue angle of 62.29º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB12E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 46 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.31 |
| HSL | 62.29º | 0.59% | 0.44% | - |
| HSV(B) | 62.29º | 0.74% | 0.69% | - |
| XYZ | 33.23 | 40.41 | 8.63 | - |
| YUV | 160.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 46 | 0.03 | 0 | 0.74 | 0.31 | 62.29 | 0.59 | 0.44 |
| Hex | AC | B1 | 2E | 3 | 0 | 4A | 1F | 3E | 3B | 2C |
| Octal | 254 | 261 | 56 | 3 | 0 | 112 | 37 | 76 | 73 | 54 |
| Binary | 10101100 | 10110001 | 101110 | 11 | 0 | 1001010 | 11111 | 111110 | 111011 | 101100 |
Color Harmonies of #ACB12E
Complementary color
Monochromatic Colors of #ACB12E
Black with #ACB12E
Text Example
Text Example
White with #ACB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB12E; }
p { color: rgb(172,177,46); }
H1.HeaderClassName
{
color: #ACB12E;
}
.AnyTagClassName
{
color: #ACB12E;
}
</style>
background-color css
<style>
a { background-color: #ACB12E; }
a { background-color: rgb(172,177,46); }
div.DivClassName
{
background-color: #ACB12E;
}
.BgClassName
{
background-color: #ACB12E;
}
</style>
border-color css
<style>
span { border-color: #ACB12E; }
span { border-color: rgb(172,177,46); }
td.TdClassName
{
border-color: #ACB12E;
}
.TagClassName
{
border-color: #ACB12E;
}
</style>