Shades of Green Spring #ACB19E
Tints of Green Spring #ACB19E
RGB
CMYK
RGB Variations
Color information
#ACB19E (or 0xACB19E) is known color: Green Spring. HEX triplet: AC, B1 and 9E. RGB value is (172,177,158). Sum of RGB (Red+Green+Blue) = 172+177+158=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19E is #534E61. Grayscale: #ADADAD. Windows color (decimal): -5459554 or 10400172. OLE color: 10400172.
HSL color Cylindrical-coordinate representation of color #ACB19E: hue angle of 75.79º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB19E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 158 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.31 |
| HSL | 75.79º | 0.11% | 0.66% | - |
| HSV(B) | 75.79º | 0.11% | 0.69% | - |
| XYZ | 38.91 | 42.68 | 38.54 | - |
| YUV | 173.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 158 | 0.03 | 0 | 0.11 | 0.31 | 75.79 | 0.11 | 0.66 |
| Hex | AC | B1 | 9E | 3 | 0 | B | 1F | 4C | B | 42 |
| Octal | 254 | 261 | 236 | 3 | 0 | 13 | 37 | 114 | 13 | 102 |
| Binary | 10101100 | 10110001 | 10011110 | 11 | 0 | 1011 | 11111 | 1001100 | 1011 | 1000010 |
Color Harmonies of #ACB19E
Complementary color
Monochromatic Colors of #ACB19E
Black with #ACB19E
Text Example
Text Example
White with #ACB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB19E; }
p { color: rgb(172,177,158); }
H1.HeaderClassName
{
color: #ACB19E;
}
.AnyTagClassName
{
color: #ACB19E;
}
</style>
background-color css
<style>
a { background-color: #ACB19E; }
a { background-color: rgb(172,177,158); }
div.DivClassName
{
background-color: #ACB19E;
}
.BgClassName
{
background-color: #ACB19E;
}
</style>
border-color css
<style>
span { border-color: #ACB19E; }
span { border-color: rgb(172,177,158); }
td.TdClassName
{
border-color: #ACB19E;
}
.TagClassName
{
border-color: #ACB19E;
}
</style>