Shades of Green Spring #ACB993
Tints of Green Spring #ACB993
RGB
CMYK
RGB Variations
Color information
#ACB993 (or 0xACB993) is known color: Green Spring. HEX triplet: AC, B9 and 93. RGB value is (172,185,147). Sum of RGB (Red+Green+Blue) = 172+185+147=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB993 is #53466C. Grayscale: #B0B0B0. Windows color (decimal): -5457517 or 9681324. OLE color: 9681324.
HSL color Cylindrical-coordinate representation of color #ACB993: hue angle of 80.53º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB993 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 147 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.27 |
| HSL | 80.53º | 0.21% | 0.65% | - |
| HSV(B) | 80.53º | 0.21% | 0.73% | - |
| XYZ | 39.63 | 45.58 | 34.31 | - |
| YUV | 176.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 147 | 0.07 | 0 | 0.21 | 0.27 | 80.53 | 0.21 | 0.65 |
| Hex | AC | B9 | 93 | 7 | 0 | 15 | 1B | 51 | 15 | 41 |
| Octal | 254 | 271 | 223 | 7 | 0 | 25 | 33 | 121 | 25 | 101 |
| Binary | 10101100 | 10111001 | 10010011 | 111 | 0 | 10101 | 11011 | 1010001 | 10101 | 1000001 |
Color Harmonies of #ACB993
Complementary color
Monochromatic Colors of #ACB993
Black with #ACB993
Text Example
Text Example
White with #ACB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB993; }
p { color: rgb(172,185,147); }
H1.HeaderClassName
{
color: #ACB993;
}
.AnyTagClassName
{
color: #ACB993;
}
</style>
background-color css
<style>
a { background-color: #ACB993; }
a { background-color: rgb(172,185,147); }
div.DivClassName
{
background-color: #ACB993;
}
.BgClassName
{
background-color: #ACB993;
}
</style>
border-color css
<style>
span { border-color: #ACB993; }
span { border-color: rgb(172,185,147); }
td.TdClassName
{
border-color: #ACB993;
}
.TagClassName
{
border-color: #ACB993;
}
</style>