Shades of Earls Green #ACB231
Tints of Earls Green #ACB231
RGB
CMYK
RGB Variations
Color information
#ACB231 (or 0xACB231) is known color: Earls Green. HEX triplet: AC, B2 and 31. RGB value is (172,178,49). Sum of RGB (Red+Green+Blue) = 172+178+49=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB231 is #534DCE. Grayscale: #A2A2A2. Windows color (decimal): -5459407 or 3257004. OLE color: 3257004.
HSL color Cylindrical-coordinate representation of color #ACB231: hue angle of 62.79º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB231 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 49 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.30 |
| HSL | 62.79º | 0.57% | 0.45% | - |
| HSV(B) | 62.79º | 0.72% | 0.7% | - |
| XYZ | 33.49 | 40.83 | 9.02 | - |
| YUV | 161.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 49 | 0.03 | 0 | 0.72 | 0.30 | 62.79 | 0.57 | 0.45 |
| Hex | AC | B2 | 31 | 3 | 0 | 48 | 1E | 3F | 39 | 2D |
| Octal | 254 | 262 | 61 | 3 | 0 | 110 | 36 | 77 | 71 | 55 |
| Binary | 10101100 | 10110010 | 110001 | 11 | 0 | 1001000 | 11110 | 111111 | 111001 | 101101 |
Color Harmonies of #ACB231
Complementary color
Monochromatic Colors of #ACB231
Black with #ACB231
Text Example
Text Example
White with #ACB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB231; }
p { color: rgb(172,178,49); }
H1.HeaderClassName
{
color: #ACB231;
}
.AnyTagClassName
{
color: #ACB231;
}
</style>
background-color css
<style>
a { background-color: #ACB231; }
a { background-color: rgb(172,178,49); }
div.DivClassName
{
background-color: #ACB231;
}
.BgClassName
{
background-color: #ACB231;
}
</style>
border-color css
<style>
span { border-color: #ACB231; }
span { border-color: rgb(172,178,49); }
td.TdClassName
{
border-color: #ACB231;
}
.TagClassName
{
border-color: #ACB231;
}
</style>