Shades of Green Spring #ACB89A
Tints of Green Spring #ACB89A
RGB
CMYK
RGB Variations
Color information
#ACB89A (or 0xACB89A) is known color: Green Spring. HEX triplet: AC, B8 and 9A. RGB value is (172,184,154). Sum of RGB (Red+Green+Blue) = 172+184+154=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89A is #534765. Grayscale: #B1B1B1. Windows color (decimal): -5457766 or 10139820. OLE color: 10139820.
HSL color Cylindrical-coordinate representation of color #ACB89A: hue angle of 84º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB89A is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 154 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.28 |
| HSL | 84º | 0.17% | 0.66% | - |
| HSV(B) | 84º | 0.16% | 0.72% | - |
| XYZ | 39.99 | 45.38 | 37.22 | - |
| YUV | 176.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 154 | 0.07 | 0 | 0.16 | 0.28 | 84 | 0.17 | 0.66 |
| Hex | AC | B8 | 9A | 7 | 0 | 10 | 1C | 54 | 11 | 42 |
| Octal | 254 | 270 | 232 | 7 | 0 | 20 | 34 | 124 | 21 | 102 |
| Binary | 10101100 | 10111000 | 10011010 | 111 | 0 | 10000 | 11100 | 1010100 | 10001 | 1000010 |
Color Harmonies of #ACB89A
Complementary color
Monochromatic Colors of #ACB89A
Black with #ACB89A
Text Example
Text Example
White with #ACB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB89A; }
p { color: rgb(172,184,154); }
H1.HeaderClassName
{
color: #ACB89A;
}
.AnyTagClassName
{
color: #ACB89A;
}
</style>
background-color css
<style>
a { background-color: #ACB89A; }
a { background-color: rgb(172,184,154); }
div.DivClassName
{
background-color: #ACB89A;
}
.BgClassName
{
background-color: #ACB89A;
}
</style>
border-color css
<style>
span { border-color: #ACB89A; }
span { border-color: rgb(172,184,154); }
td.TdClassName
{
border-color: #ACB89A;
}
.TagClassName
{
border-color: #ACB89A;
}
</style>