Shades of Earls Green #ACB128
Tints of Earls Green #ACB128
RGB
CMYK
RGB Variations
Color information
#ACB128 (or 0xACB128) is known color: Earls Green. HEX triplet: AC, B1 and 28. RGB value is (172,177,40). Sum of RGB (Red+Green+Blue) = 172+177+40=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB128 is #534ED7. Grayscale: #A0A0A0. Windows color (decimal): -5459672 or 2666924. OLE color: 2666924.
HSL color Cylindrical-coordinate representation of color #ACB128: hue angle of 62.19º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB128 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 40 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.31 |
| HSL | 62.19º | 0.63% | 0.43% | - |
| HSV(B) | 62.19º | 0.77% | 0.69% | - |
| XYZ | 33.12 | 40.37 | 8.05 | - |
| YUV | 159.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 40 | 0.03 | 0 | 0.77 | 0.31 | 62.19 | 0.63 | 0.43 |
| Hex | AC | B1 | 28 | 3 | 0 | 4D | 1F | 3E | 3F | 2B |
| Octal | 254 | 261 | 50 | 3 | 0 | 115 | 37 | 76 | 77 | 53 |
| Binary | 10101100 | 10110001 | 101000 | 11 | 0 | 1001101 | 11111 | 111110 | 111111 | 101011 |
Color Harmonies of #ACB128
Complementary color
Monochromatic Colors of #ACB128
Black with #ACB128
Text Example
Text Example
White with #ACB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB128; }
p { color: rgb(172,177,40); }
H1.HeaderClassName
{
color: #ACB128;
}
.AnyTagClassName
{
color: #ACB128;
}
</style>
background-color css
<style>
a { background-color: #ACB128; }
a { background-color: rgb(172,177,40); }
div.DivClassName
{
background-color: #ACB128;
}
.BgClassName
{
background-color: #ACB128;
}
</style>
border-color css
<style>
span { border-color: #ACB128; }
span { border-color: rgb(172,177,40); }
td.TdClassName
{
border-color: #ACB128;
}
.TagClassName
{
border-color: #ACB128;
}
</style>