Shades of Green Spring #ACB88E
Tints of Green Spring #ACB88E
RGB
CMYK
RGB Variations
Color information
#ACB88E (or 0xACB88E) is known color: Green Spring. HEX triplet: AC, B8 and 8E. RGB value is (172,184,142). Sum of RGB (Red+Green+Blue) = 172+184+142=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88E is #534771. Grayscale: #AFAFAF. Windows color (decimal): -5457778 or 9353388. OLE color: 9353388.
HSL color Cylindrical-coordinate representation of color #ACB88E: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB88E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 142 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.28 |
| HSL | 77.14º | 0.23% | 0.64% | - |
| HSV(B) | 77.14º | 0.23% | 0.72% | - |
| XYZ | 39.04 | 45 | 32.22 | - |
| YUV | 175.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 142 | 0.07 | 0 | 0.23 | 0.28 | 77.14 | 0.23 | 0.64 |
| Hex | AC | B8 | 8E | 7 | 0 | 17 | 1C | 4D | 17 | 40 |
| Octal | 254 | 270 | 216 | 7 | 0 | 27 | 34 | 115 | 27 | 100 |
| Binary | 10101100 | 10111000 | 10001110 | 111 | 0 | 10111 | 11100 | 1001101 | 10111 | 1000000 |
Color Harmonies of #ACB88E
Complementary color
Monochromatic Colors of #ACB88E
Black with #ACB88E
Text Example
Text Example
White with #ACB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB88E; }
p { color: rgb(172,184,142); }
H1.HeaderClassName
{
color: #ACB88E;
}
.AnyTagClassName
{
color: #ACB88E;
}
</style>
background-color css
<style>
a { background-color: #ACB88E; }
a { background-color: rgb(172,184,142); }
div.DivClassName
{
background-color: #ACB88E;
}
.BgClassName
{
background-color: #ACB88E;
}
</style>
border-color css
<style>
span { border-color: #ACB88E; }
span { border-color: rgb(172,184,142); }
td.TdClassName
{
border-color: #ACB88E;
}
.TagClassName
{
border-color: #ACB88E;
}
</style>