Shades of Earls Green #ACB232
Tints of Earls Green #ACB232
RGB
CMYK
RGB Variations
Color information
#ACB232 (or 0xACB232) is known color: Earls Green. HEX triplet: AC, B2 and 32. RGB value is (172,178,50). Sum of RGB (Red+Green+Blue) = 172+178+50=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB232 is #534DCD. Grayscale: #A2A2A2. Windows color (decimal): -5459406 or 3322540. OLE color: 3322540.
HSL color Cylindrical-coordinate representation of color #ACB232: hue angle of 62.81º degrees, saturation: 0.56, 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 #ACB232 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 50 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.30 |
| HSL | 62.81º | 0.56% | 0.45% | - |
| HSV(B) | 62.81º | 0.72% | 0.7% | - |
| XYZ | 33.51 | 40.84 | 9.13 | - |
| YUV | 161.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 50 | 0.03 | 0 | 0.72 | 0.30 | 62.81 | 0.56 | 0.45 |
| Hex | AC | B2 | 32 | 3 | 0 | 48 | 1E | 3F | 38 | 2D |
| Octal | 254 | 262 | 62 | 3 | 0 | 110 | 36 | 77 | 70 | 55 |
| Binary | 10101100 | 10110010 | 110010 | 11 | 0 | 1001000 | 11110 | 111111 | 111000 | 101101 |
Color Harmonies of #ACB232
Complementary color
Monochromatic Colors of #ACB232
Black with #ACB232
Text Example
Text Example
White with #ACB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB232; }
p { color: rgb(172,178,50); }
H1.HeaderClassName
{
color: #ACB232;
}
.AnyTagClassName
{
color: #ACB232;
}
</style>
background-color css
<style>
a { background-color: #ACB232; }
a { background-color: rgb(172,178,50); }
div.DivClassName
{
background-color: #ACB232;
}
.BgClassName
{
background-color: #ACB232;
}
</style>
border-color css
<style>
span { border-color: #ACB232; }
span { border-color: rgb(172,178,50); }
td.TdClassName
{
border-color: #ACB232;
}
.TagClassName
{
border-color: #ACB232;
}
</style>