Shades of Green Spring #ACB39C
Tints of Green Spring #ACB39C
RGB
CMYK
RGB Variations
Color information
#ACB39C (or 0xACB39C) is known color: Green Spring. HEX triplet: AC, B3 and 9C. RGB value is (172,179,156). Sum of RGB (Red+Green+Blue) = 172+179+156=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39C is #534C63. Grayscale: #AEAEAE. Windows color (decimal): -5459044 or 10269612. OLE color: 10269612.
HSL color Cylindrical-coordinate representation of color #ACB39C: hue angle of 78.26º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB39C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 156 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.30 |
| HSL | 78.26º | 0.13% | 0.66% | - |
| HSV(B) | 78.26º | 0.13% | 0.7% | - |
| XYZ | 39.13 | 43.41 | 37.77 | - |
| YUV | 174.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 156 | 0.04 | 0 | 0.13 | 0.30 | 78.26 | 0.13 | 0.66 |
| Hex | AC | B3 | 9C | 4 | 0 | D | 1E | 4E | D | 42 |
| Octal | 254 | 263 | 234 | 4 | 0 | 15 | 36 | 116 | 15 | 102 |
| Binary | 10101100 | 10110011 | 10011100 | 100 | 0 | 1101 | 11110 | 1001110 | 1101 | 1000010 |
Color Harmonies of #ACB39C
Complementary color
Monochromatic Colors of #ACB39C
Black with #ACB39C
Text Example
Text Example
White with #ACB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB39C; }
p { color: rgb(172,179,156); }
H1.HeaderClassName
{
color: #ACB39C;
}
.AnyTagClassName
{
color: #ACB39C;
}
</style>
background-color css
<style>
a { background-color: #ACB39C; }
a { background-color: rgb(172,179,156); }
div.DivClassName
{
background-color: #ACB39C;
}
.BgClassName
{
background-color: #ACB39C;
}
</style>
border-color css
<style>
span { border-color: #ACB39C; }
span { border-color: rgb(172,179,156); }
td.TdClassName
{
border-color: #ACB39C;
}
.TagClassName
{
border-color: #ACB39C;
}
</style>