Shades of Earls Green #ACB023
Tints of Earls Green #ACB023
RGB
CMYK
RGB Variations
Color information
#ACB023 (or 0xACB023) is known color: Earls Green. HEX triplet: AC, B0 and 23. RGB value is (172,176,35). Sum of RGB (Red+Green+Blue) = 172+176+35=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB023 is #534FDC. Grayscale: #9F9F9F. Windows color (decimal): -5459933 or 2338988. OLE color: 2338988.
HSL color Cylindrical-coordinate representation of color #ACB023: hue angle of 61.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB023 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 35 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.31 |
| HSL | 61.7º | 0.67% | 0.41% | - |
| HSV(B) | 61.7º | 0.8% | 0.69% | - |
| XYZ | 32.84 | 39.94 | 7.57 | - |
| YUV | 158.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 35 | 0.02 | 0 | 0.80 | 0.31 | 61.7 | 0.67 | 0.41 |
| Hex | AC | B0 | 23 | 2 | 0 | 50 | 1F | 3E | 43 | 29 |
| Octal | 254 | 260 | 43 | 2 | 0 | 120 | 37 | 76 | 103 | 51 |
| Binary | 10101100 | 10110000 | 100011 | 10 | 0 | 1010000 | 11111 | 111110 | 1000011 | 101001 |
Color Harmonies of #ACB023
Complementary color
Monochromatic Colors of #ACB023
Black with #ACB023
Text Example
Text Example
White with #ACB023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB023; }
p { color: rgb(172,176,35); }
H1.HeaderClassName
{
color: #ACB023;
}
.AnyTagClassName
{
color: #ACB023;
}
</style>
background-color css
<style>
a { background-color: #ACB023; }
a { background-color: rgb(172,176,35); }
div.DivClassName
{
background-color: #ACB023;
}
.BgClassName
{
background-color: #ACB023;
}
</style>
border-color css
<style>
span { border-color: #ACB023; }
span { border-color: rgb(172,176,35); }
td.TdClassName
{
border-color: #ACB023;
}
.TagClassName
{
border-color: #ACB023;
}
</style>