Shades of Green Spring #ACB29D
Tints of Green Spring #ACB29D
RGB
CMYK
RGB Variations
Color information
#ACB29D (or 0xACB29D) is known color: Green Spring. HEX triplet: AC, B2 and 9D. RGB value is (172,178,157). Sum of RGB (Red+Green+Blue) = 172+178+157=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB29D is #534D62. Grayscale: #ADADAD. Windows color (decimal): -5459299 or 10334892. OLE color: 10334892.
HSL color Cylindrical-coordinate representation of color #ACB29D: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB29D is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 157 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.30 |
| HSL | 77.14º | 0.12% | 0.66% | - |
| HSV(B) | 77.14º | 0.12% | 0.7% | - |
| XYZ | 39.02 | 43.05 | 38.15 | - |
| YUV | 173.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 157 | 0.03 | 0 | 0.12 | 0.30 | 77.14 | 0.12 | 0.66 |
| Hex | AC | B2 | 9D | 3 | 0 | C | 1E | 4D | C | 42 |
| Octal | 254 | 262 | 235 | 3 | 0 | 14 | 36 | 115 | 14 | 102 |
| Binary | 10101100 | 10110010 | 10011101 | 11 | 0 | 1100 | 11110 | 1001101 | 1100 | 1000010 |
Color Harmonies of #ACB29D
Complementary color
Monochromatic Colors of #ACB29D
Black with #ACB29D
Text Example
Text Example
White with #ACB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB29D; }
p { color: rgb(172,178,157); }
H1.HeaderClassName
{
color: #ACB29D;
}
.AnyTagClassName
{
color: #ACB29D;
}
</style>
background-color css
<style>
a { background-color: #ACB29D; }
a { background-color: rgb(172,178,157); }
div.DivClassName
{
background-color: #ACB29D;
}
.BgClassName
{
background-color: #ACB29D;
}
</style>
border-color css
<style>
span { border-color: #ACB29D; }
span { border-color: rgb(172,178,157); }
td.TdClassName
{
border-color: #ACB29D;
}
.TagClassName
{
border-color: #ACB29D;
}
</style>