Shades of Earls Green #ACB131
Tints of Earls Green #ACB131
RGB
CMYK
RGB Variations
Color information
#ACB131 (or 0xACB131) is known color: Earls Green. HEX triplet: AC, B1 and 31. RGB value is (172,177,49). Sum of RGB (Red+Green+Blue) = 172+177+49=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB131 is #534ECE. Grayscale: #A1A1A1. Windows color (decimal): -5459663 or 3256748. OLE color: 3256748.
HSL color Cylindrical-coordinate representation of color #ACB131: hue angle of 62.34º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB131 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 49 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.31 |
| HSL | 62.34º | 0.57% | 0.44% | - |
| HSV(B) | 62.34º | 0.72% | 0.69% | - |
| XYZ | 33.29 | 40.44 | 8.96 | - |
| YUV | 160.91 | 64.84 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 49 | 0.03 | 0 | 0.72 | 0.31 | 62.34 | 0.57 | 0.44 |
| Hex | AC | B1 | 31 | 3 | 0 | 48 | 1F | 3E | 39 | 2C |
| Octal | 254 | 261 | 61 | 3 | 0 | 110 | 37 | 76 | 71 | 54 |
| Binary | 10101100 | 10110001 | 110001 | 11 | 0 | 1001000 | 11111 | 111110 | 111001 | 101100 |
Color Harmonies of #ACB131
Complementary color
Monochromatic Colors of #ACB131
Black with #ACB131
Text Example
Text Example
White with #ACB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB131; }
p { color: rgb(172,177,49); }
H1.HeaderClassName
{
color: #ACB131;
}
.AnyTagClassName
{
color: #ACB131;
}
</style>
background-color css
<style>
a { background-color: #ACB131; }
a { background-color: rgb(172,177,49); }
div.DivClassName
{
background-color: #ACB131;
}
.BgClassName
{
background-color: #ACB131;
}
</style>
border-color css
<style>
span { border-color: #ACB131; }
span { border-color: rgb(172,177,49); }
td.TdClassName
{
border-color: #ACB131;
}
.TagClassName
{
border-color: #ACB131;
}
</style>