Shades of Green Spring #ACB29E
Tints of Green Spring #ACB29E
RGB
CMYK
RGB Variations
Color information
#ACB29E (or 0xACB29E) is known color: Green Spring. HEX triplet: AC, B2 and 9E. RGB value is (172,178,158). Sum of RGB (Red+Green+Blue) = 172+178+158=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB29E is #534D61. Grayscale: #AEAEAE. Windows color (decimal): -5459298 or 10400428. OLE color: 10400428.
HSL color Cylindrical-coordinate representation of color #ACB29E: hue angle of 78º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB29E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 158 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.30 |
| HSL | 78º | 0.11% | 0.66% | - |
| HSV(B) | 78º | 0.11% | 0.7% | - |
| XYZ | 39.11 | 43.08 | 38.6 | - |
| YUV | 173.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 158 | 0.03 | 0 | 0.11 | 0.30 | 78 | 0.11 | 0.66 |
| Hex | AC | B2 | 9E | 3 | 0 | B | 1E | 4E | B | 42 |
| Octal | 254 | 262 | 236 | 3 | 0 | 13 | 36 | 116 | 13 | 102 |
| Binary | 10101100 | 10110010 | 10011110 | 11 | 0 | 1011 | 11110 | 1001110 | 1011 | 1000010 |
Color Harmonies of #ACB29E
Complementary color
Monochromatic Colors of #ACB29E
Black with #ACB29E
Text Example
Text Example
White with #ACB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB29E; }
p { color: rgb(172,178,158); }
H1.HeaderClassName
{
color: #ACB29E;
}
.AnyTagClassName
{
color: #ACB29E;
}
</style>
background-color css
<style>
a { background-color: #ACB29E; }
a { background-color: rgb(172,178,158); }
div.DivClassName
{
background-color: #ACB29E;
}
.BgClassName
{
background-color: #ACB29E;
}
</style>
border-color css
<style>
span { border-color: #ACB29E; }
span { border-color: rgb(172,178,158); }
td.TdClassName
{
border-color: #ACB29E;
}
.TagClassName
{
border-color: #ACB29E;
}
</style>