Shades of Green Spring #ACB39B
Tints of Green Spring #ACB39B
RGB
CMYK
RGB Variations
Color information
#ACB39B (or 0xACB39B) is known color: Green Spring. HEX triplet: AC, B3 and 9B. RGB value is (172,179,155). Sum of RGB (Red+Green+Blue) = 172+179+155=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39B is #534C64. Grayscale: #AEAEAE. Windows color (decimal): -5459045 or 10204076. OLE color: 10204076.
HSL color Cylindrical-coordinate representation of color #ACB39B: hue angle of 77.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB39B is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 155 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.30 |
| HSL | 77.5º | 0.14% | 0.65% | - |
| HSV(B) | 77.5º | 0.13% | 0.7% | - |
| XYZ | 39.05 | 43.38 | 37.32 | - |
| YUV | 174.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 155 | 0.04 | 0 | 0.13 | 0.30 | 77.5 | 0.14 | 0.65 |
| Hex | AC | B3 | 9B | 4 | 0 | D | 1E | 4E | E | 41 |
| Octal | 254 | 263 | 233 | 4 | 0 | 15 | 36 | 116 | 16 | 101 |
| Binary | 10101100 | 10110011 | 10011011 | 100 | 0 | 1101 | 11110 | 1001110 | 1110 | 1000001 |
Color Harmonies of #ACB39B
Complementary color
Monochromatic Colors of #ACB39B
Black with #ACB39B
Text Example
Text Example
White with #ACB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB39B; }
p { color: rgb(172,179,155); }
H1.HeaderClassName
{
color: #ACB39B;
}
.AnyTagClassName
{
color: #ACB39B;
}
</style>
background-color css
<style>
a { background-color: #ACB39B; }
a { background-color: rgb(172,179,155); }
div.DivClassName
{
background-color: #ACB39B;
}
.BgClassName
{
background-color: #ACB39B;
}
</style>
border-color css
<style>
span { border-color: #ACB39B; }
span { border-color: rgb(172,179,155); }
td.TdClassName
{
border-color: #ACB39B;
}
.TagClassName
{
border-color: #ACB39B;
}
</style>