Shades of Green Spring #ACB38E
Tints of Green Spring #ACB38E
RGB
CMYK
RGB Variations
Color information
#ACB38E (or 0xACB38E) is known color: Green Spring. HEX triplet: AC, B3 and 8E. RGB value is (172,179,142). Sum of RGB (Red+Green+Blue) = 172+179+142=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38E is #534C71. Grayscale: #ACACAC. Windows color (decimal): -5459058 or 9352108. OLE color: 9352108.
HSL color Cylindrical-coordinate representation of color #ACB38E: hue angle of 71.35º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB38E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 142 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.30 |
| HSL | 71.35º | 0.2% | 0.63% | - |
| HSV(B) | 71.35º | 0.21% | 0.7% | - |
| XYZ | 38.02 | 42.96 | 31.88 | - |
| YUV | 172.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 142 | 0.04 | 0 | 0.21 | 0.30 | 71.35 | 0.2 | 0.63 |
| Hex | AC | B3 | 8E | 4 | 0 | 15 | 1E | 47 | 14 | 3F |
| Octal | 254 | 263 | 216 | 4 | 0 | 25 | 36 | 107 | 24 | 77 |
| Binary | 10101100 | 10110011 | 10001110 | 100 | 0 | 10101 | 11110 | 1000111 | 10100 | 111111 |
Color Harmonies of #ACB38E
Complementary color
Monochromatic Colors of #ACB38E
Black with #ACB38E
Text Example
Text Example
White with #ACB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB38E; }
p { color: rgb(172,179,142); }
H1.HeaderClassName
{
color: #ACB38E;
}
.AnyTagClassName
{
color: #ACB38E;
}
</style>
background-color css
<style>
a { background-color: #ACB38E; }
a { background-color: rgb(172,179,142); }
div.DivClassName
{
background-color: #ACB38E;
}
.BgClassName
{
background-color: #ACB38E;
}
</style>
border-color css
<style>
span { border-color: #ACB38E; }
span { border-color: rgb(172,179,142); }
td.TdClassName
{
border-color: #ACB38E;
}
.TagClassName
{
border-color: #ACB38E;
}
</style>