Shades of Green Spring #ACB29C
Tints of Green Spring #ACB29C
RGB
CMYK
RGB Variations
Color information
#ACB29C (or 0xACB29C) is known color: Green Spring. HEX triplet: AC, B2 and 9C. RGB value is (172,178,156). Sum of RGB (Red+Green+Blue) = 172+178+156=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB29C is #534D63. Grayscale: #ADADAD. Windows color (decimal): -5459300 or 10269356. OLE color: 10269356.
HSL color Cylindrical-coordinate representation of color #ACB29C: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB29C is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 156 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.30 |
| HSL | 76.36º | 0.13% | 0.65% | - |
| HSV(B) | 76.36º | 0.12% | 0.7% | - |
| XYZ | 38.93 | 43.01 | 37.7 | - |
| YUV | 173.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 156 | 0.03 | 0 | 0.12 | 0.30 | 76.36 | 0.13 | 0.65 |
| Hex | AC | B2 | 9C | 3 | 0 | C | 1E | 4C | C | 41 |
| Octal | 254 | 262 | 234 | 3 | 0 | 14 | 36 | 114 | 14 | 101 |
| Binary | 10101100 | 10110010 | 10011100 | 11 | 0 | 1100 | 11110 | 1001100 | 1100 | 1000001 |
Color Harmonies of #ACB29C
Complementary color
Monochromatic Colors of #ACB29C
Black with #ACB29C
Text Example
Text Example
White with #ACB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB29C; }
p { color: rgb(172,178,156); }
H1.HeaderClassName
{
color: #ACB29C;
}
.AnyTagClassName
{
color: #ACB29C;
}
</style>
background-color css
<style>
a { background-color: #ACB29C; }
a { background-color: rgb(172,178,156); }
div.DivClassName
{
background-color: #ACB29C;
}
.BgClassName
{
background-color: #ACB29C;
}
</style>
border-color css
<style>
span { border-color: #ACB29C; }
span { border-color: rgb(172,178,156); }
td.TdClassName
{
border-color: #ACB29C;
}
.TagClassName
{
border-color: #ACB29C;
}
</style>