Shades of Green Spring #ACB79A
Tints of Green Spring #ACB79A
RGB
CMYK
RGB Variations
Color information
#ACB79A (or 0xACB79A) is known color: Green Spring. HEX triplet: AC, B7 and 9A. RGB value is (172,183,154). Sum of RGB (Red+Green+Blue) = 172+183+154=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB79A is #534865. Grayscale: #B0B0B0. Windows color (decimal): -5458022 or 10139564. OLE color: 10139564.
HSL color Cylindrical-coordinate representation of color #ACB79A: hue angle of 82.76º 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 #ACB79A is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 154 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.28 |
| HSL | 82.76º | 0.17% | 0.66% | - |
| HSV(B) | 82.76º | 0.16% | 0.72% | - |
| XYZ | 39.78 | 44.97 | 37.16 | - |
| YUV | 176.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 154 | 0.06 | 0 | 0.16 | 0.28 | 82.76 | 0.17 | 0.66 |
| Hex | AC | B7 | 9A | 6 | 0 | 10 | 1C | 53 | 11 | 42 |
| Octal | 254 | 267 | 232 | 6 | 0 | 20 | 34 | 123 | 21 | 102 |
| Binary | 10101100 | 10110111 | 10011010 | 110 | 0 | 10000 | 11100 | 1010011 | 10001 | 1000010 |
Color Harmonies of #ACB79A
Complementary color
Monochromatic Colors of #ACB79A
Black with #ACB79A
Text Example
Text Example
White with #ACB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB79A; }
p { color: rgb(172,183,154); }
H1.HeaderClassName
{
color: #ACB79A;
}
.AnyTagClassName
{
color: #ACB79A;
}
</style>
background-color css
<style>
a { background-color: #ACB79A; }
a { background-color: rgb(172,183,154); }
div.DivClassName
{
background-color: #ACB79A;
}
.BgClassName
{
background-color: #ACB79A;
}
</style>
border-color css
<style>
span { border-color: #ACB79A; }
span { border-color: rgb(172,183,154); }
td.TdClassName
{
border-color: #ACB79A;
}
.TagClassName
{
border-color: #ACB79A;
}
</style>