Shades of Earls Green #ACB127
Tints of Earls Green #ACB127
RGB
CMYK
RGB Variations
Color information
#ACB127 (or 0xACB127) is known color: Earls Green. HEX triplet: AC, B1 and 27. RGB value is (172,177,39). Sum of RGB (Red+Green+Blue) = 172+177+39=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB127 is #534ED8. Grayscale: #A0A0A0. Windows color (decimal): -5459673 or 2601388. OLE color: 2601388.
HSL color Cylindrical-coordinate representation of color #ACB127: hue angle of 62.17º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB127 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 39 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.31 |
| HSL | 62.17º | 0.64% | 0.42% | - |
| HSV(B) | 62.17º | 0.78% | 0.69% | - |
| XYZ | 33.1 | 40.36 | 7.97 | - |
| YUV | 159.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 39 | 0.03 | 0 | 0.78 | 0.31 | 62.17 | 0.64 | 0.42 |
| Hex | AC | B1 | 27 | 3 | 0 | 4E | 1F | 3E | 40 | 2A |
| Octal | 254 | 261 | 47 | 3 | 0 | 116 | 37 | 76 | 100 | 52 |
| Binary | 10101100 | 10110001 | 100111 | 11 | 0 | 1001110 | 11111 | 111110 | 1000000 | 101010 |
Color Harmonies of #ACB127
Complementary color
Monochromatic Colors of #ACB127
Black with #ACB127
Text Example
Text Example
White with #ACB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB127; }
p { color: rgb(172,177,39); }
H1.HeaderClassName
{
color: #ACB127;
}
.AnyTagClassName
{
color: #ACB127;
}
</style>
background-color css
<style>
a { background-color: #ACB127; }
a { background-color: rgb(172,177,39); }
div.DivClassName
{
background-color: #ACB127;
}
.BgClassName
{
background-color: #ACB127;
}
</style>
border-color css
<style>
span { border-color: #ACB127; }
span { border-color: rgb(172,177,39); }
td.TdClassName
{
border-color: #ACB127;
}
.TagClassName
{
border-color: #ACB127;
}
</style>