Shades of Green Spring #ACB19D
Tints of Green Spring #ACB19D
RGB
CMYK
RGB Variations
Color information
#ACB19D (or 0xACB19D) is known color: Green Spring. HEX triplet: AC, B1 and 9D. RGB value is (172,177,157). Sum of RGB (Red+Green+Blue) = 172+177+157=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19D is #534E62. Grayscale: #ADADAD. Windows color (decimal): -5459555 or 10334636. OLE color: 10334636.
HSL color Cylindrical-coordinate representation of color #ACB19D: hue angle of 75º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB19D is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 157 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.31 |
| HSL | 75º | 0.11% | 0.65% | - |
| HSV(B) | 75º | 0.11% | 0.69% | - |
| XYZ | 38.82 | 42.65 | 38.08 | - |
| YUV | 173.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 157 | 0.03 | 0 | 0.11 | 0.31 | 75 | 0.11 | 0.65 |
| Hex | AC | B1 | 9D | 3 | 0 | B | 1F | 4B | B | 41 |
| Octal | 254 | 261 | 235 | 3 | 0 | 13 | 37 | 113 | 13 | 101 |
| Binary | 10101100 | 10110001 | 10011101 | 11 | 0 | 1011 | 11111 | 1001011 | 1011 | 1000001 |
Color Harmonies of #ACB19D
Complementary color
Monochromatic Colors of #ACB19D
Black with #ACB19D
Text Example
Text Example
White with #ACB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB19D; }
p { color: rgb(172,177,157); }
H1.HeaderClassName
{
color: #ACB19D;
}
.AnyTagClassName
{
color: #ACB19D;
}
</style>
background-color css
<style>
a { background-color: #ACB19D; }
a { background-color: rgb(172,177,157); }
div.DivClassName
{
background-color: #ACB19D;
}
.BgClassName
{
background-color: #ACB19D;
}
</style>
border-color css
<style>
span { border-color: #ACB19D; }
span { border-color: rgb(172,177,157); }
td.TdClassName
{
border-color: #ACB19D;
}
.TagClassName
{
border-color: #ACB19D;
}
</style>