Shades of Earls Green #ACB02D
Tints of Earls Green #ACB02D
RGB
CMYK
RGB Variations
Color information
#ACB02D (or 0xACB02D) is known color: Earls Green. HEX triplet: AC, B0 and 2D. RGB value is (172,176,45). Sum of RGB (Red+Green+Blue) = 172+176+45=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB02D is #534FD2. Grayscale: #A0A0A0. Windows color (decimal): -5459923 or 2994348. OLE color: 2994348.
HSL color Cylindrical-coordinate representation of color #ACB02D: hue angle of 61.83º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB02D is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 45 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.31 |
| HSL | 61.83º | 0.59% | 0.43% | - |
| HSV(B) | 61.83º | 0.74% | 0.69% | - |
| XYZ | 33.01 | 40.01 | 8.47 | - |
| YUV | 159.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 45 | 0.02 | 0 | 0.74 | 0.31 | 61.83 | 0.59 | 0.43 |
| Hex | AC | B0 | 2D | 2 | 0 | 4A | 1F | 3E | 3B | 2B |
| Octal | 254 | 260 | 55 | 2 | 0 | 112 | 37 | 76 | 73 | 53 |
| Binary | 10101100 | 10110000 | 101101 | 10 | 0 | 1001010 | 11111 | 111110 | 111011 | 101011 |
Color Harmonies of #ACB02D
Complementary color
Monochromatic Colors of #ACB02D
Black with #ACB02D
Text Example
Text Example
White with #ACB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB02D; }
p { color: rgb(172,176,45); }
H1.HeaderClassName
{
color: #ACB02D;
}
.AnyTagClassName
{
color: #ACB02D;
}
</style>
background-color css
<style>
a { background-color: #ACB02D; }
a { background-color: rgb(172,176,45); }
div.DivClassName
{
background-color: #ACB02D;
}
.BgClassName
{
background-color: #ACB02D;
}
</style>
border-color css
<style>
span { border-color: #ACB02D; }
span { border-color: rgb(172,176,45); }
td.TdClassName
{
border-color: #ACB02D;
}
.TagClassName
{
border-color: #ACB02D;
}
</style>