Shades of Earls Green #ACB025
Tints of Earls Green #ACB025
RGB
CMYK
RGB Variations
Color information
#ACB025 (or 0xACB025) is known color: Earls Green. HEX triplet: AC, B0 and 25. RGB value is (172,176,37). Sum of RGB (Red+Green+Blue) = 172+176+37=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB025 is #534FDA. Grayscale: #9F9F9F. Windows color (decimal): -5459931 or 2470060. OLE color: 2470060.
HSL color Cylindrical-coordinate representation of color #ACB025: hue angle of 61.73º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB025 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 37 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.31 |
| HSL | 61.73º | 0.65% | 0.42% | - |
| HSV(B) | 61.73º | 0.79% | 0.69% | - |
| XYZ | 32.87 | 39.95 | 7.73 | - |
| YUV | 158.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 37 | 0.02 | 0 | 0.79 | 0.31 | 61.73 | 0.65 | 0.42 |
| Hex | AC | B0 | 25 | 2 | 0 | 4F | 1F | 3E | 41 | 2A |
| Octal | 254 | 260 | 45 | 2 | 0 | 117 | 37 | 76 | 101 | 52 |
| Binary | 10101100 | 10110000 | 100101 | 10 | 0 | 1001111 | 11111 | 111110 | 1000001 | 101010 |
Color Harmonies of #ACB025
Complementary color
Monochromatic Colors of #ACB025
Black with #ACB025
Text Example
Text Example
White with #ACB025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB025; }
p { color: rgb(172,176,37); }
H1.HeaderClassName
{
color: #ACB025;
}
.AnyTagClassName
{
color: #ACB025;
}
</style>
background-color css
<style>
a { background-color: #ACB025; }
a { background-color: rgb(172,176,37); }
div.DivClassName
{
background-color: #ACB025;
}
.BgClassName
{
background-color: #ACB025;
}
</style>
border-color css
<style>
span { border-color: #ACB025; }
span { border-color: rgb(172,176,37); }
td.TdClassName
{
border-color: #ACB025;
}
.TagClassName
{
border-color: #ACB025;
}
</style>