Shades of Earls Green #ACB02B
Tints of Earls Green #ACB02B
RGB
CMYK
RGB Variations
Color information
#ACB02B (or 0xACB02B) is known color: Earls Green. HEX triplet: AC, B0 and 2B. RGB value is (172,176,43). Sum of RGB (Red+Green+Blue) = 172+176+43=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB02B is #534FD4. Grayscale: #A0A0A0. Windows color (decimal): -5459925 or 2863276. OLE color: 2863276.
HSL color Cylindrical-coordinate representation of color #ACB02B: hue angle of 61.8º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB02B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 43 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.31 |
| HSL | 61.8º | 0.61% | 0.43% | - |
| HSV(B) | 61.8º | 0.76% | 0.69% | - |
| XYZ | 32.97 | 40 | 8.27 | - |
| YUV | 159.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 43 | 0.02 | 0 | 0.76 | 0.31 | 61.8 | 0.61 | 0.43 |
| Hex | AC | B0 | 2B | 2 | 0 | 4C | 1F | 3E | 3D | 2B |
| Octal | 254 | 260 | 53 | 2 | 0 | 114 | 37 | 76 | 75 | 53 |
| Binary | 10101100 | 10110000 | 101011 | 10 | 0 | 1001100 | 11111 | 111110 | 111101 | 101011 |
Color Harmonies of #ACB02B
Complementary color
Monochromatic Colors of #ACB02B
Black with #ACB02B
Text Example
Text Example
White with #ACB02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB02B; }
p { color: rgb(172,176,43); }
H1.HeaderClassName
{
color: #ACB02B;
}
.AnyTagClassName
{
color: #ACB02B;
}
</style>
background-color css
<style>
a { background-color: #ACB02B; }
a { background-color: rgb(172,176,43); }
div.DivClassName
{
background-color: #ACB02B;
}
.BgClassName
{
background-color: #ACB02B;
}
</style>
border-color css
<style>
span { border-color: #ACB02B; }
span { border-color: rgb(172,176,43); }
td.TdClassName
{
border-color: #ACB02B;
}
.TagClassName
{
border-color: #ACB02B;
}
</style>