Shades of Earls Green #ACB026
Tints of Earls Green #ACB026
RGB
CMYK
RGB Variations
Color information
#ACB026 (or 0xACB026) is known color: Earls Green. HEX triplet: AC, B0 and 26. RGB value is (172,176,38). Sum of RGB (Red+Green+Blue) = 172+176+38=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB026 is #534FD9. Grayscale: #9F9F9F. Windows color (decimal): -5459930 or 2535596. OLE color: 2535596.
HSL color Cylindrical-coordinate representation of color #ACB026: hue angle of 61.74º 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 #ACB026 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 38 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.31 |
| HSL | 61.74º | 0.64% | 0.42% | - |
| HSV(B) | 61.74º | 0.78% | 0.69% | - |
| XYZ | 32.89 | 39.96 | 7.81 | - |
| YUV | 159.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 38 | 0.02 | 0 | 0.78 | 0.31 | 61.74 | 0.64 | 0.42 |
| Hex | AC | B0 | 26 | 2 | 0 | 4E | 1F | 3E | 40 | 2A |
| Octal | 254 | 260 | 46 | 2 | 0 | 116 | 37 | 76 | 100 | 52 |
| Binary | 10101100 | 10110000 | 100110 | 10 | 0 | 1001110 | 11111 | 111110 | 1000000 | 101010 |
Color Harmonies of #ACB026
Complementary color
Monochromatic Colors of #ACB026
Black with #ACB026
Text Example
Text Example
White with #ACB026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB026; }
p { color: rgb(172,176,38); }
H1.HeaderClassName
{
color: #ACB026;
}
.AnyTagClassName
{
color: #ACB026;
}
</style>
background-color css
<style>
a { background-color: #ACB026; }
a { background-color: rgb(172,176,38); }
div.DivClassName
{
background-color: #ACB026;
}
.BgClassName
{
background-color: #ACB026;
}
</style>
border-color css
<style>
span { border-color: #ACB026; }
span { border-color: rgb(172,176,38); }
td.TdClassName
{
border-color: #ACB026;
}
.TagClassName
{
border-color: #ACB026;
}
</style>