Shades of Green Spring #ACB19B
Tints of Green Spring #ACB19B
RGB
CMYK
RGB Variations
Color information
#ACB19B (or 0xACB19B) is known color: Green Spring. HEX triplet: AC, B1 and 9B. RGB value is (172,177,155). Sum of RGB (Red+Green+Blue) = 172+177+155=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19B is #534E64. Grayscale: #ADADAD. Windows color (decimal): -5459557 or 10203564. OLE color: 10203564.
HSL color Cylindrical-coordinate representation of color #ACB19B: hue angle of 73.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB19B is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 155 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.31 |
| HSL | 73.64º | 0.12% | 0.65% | - |
| HSV(B) | 73.64º | 0.12% | 0.69% | - |
| XYZ | 38.65 | 42.58 | 37.19 | - |
| YUV | 173 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 155 | 0.03 | 0 | 0.12 | 0.31 | 73.64 | 0.12 | 0.65 |
| Hex | AC | B1 | 9B | 3 | 0 | C | 1F | 4A | C | 41 |
| Octal | 254 | 261 | 233 | 3 | 0 | 14 | 37 | 112 | 14 | 101 |
| Binary | 10101100 | 10110001 | 10011011 | 11 | 0 | 1100 | 11111 | 1001010 | 1100 | 1000001 |
Color Harmonies of #ACB19B
Complementary color
Monochromatic Colors of #ACB19B
Black with #ACB19B
Text Example
Text Example
White with #ACB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB19B; }
p { color: rgb(172,177,155); }
H1.HeaderClassName
{
color: #ACB19B;
}
.AnyTagClassName
{
color: #ACB19B;
}
</style>
background-color css
<style>
a { background-color: #ACB19B; }
a { background-color: rgb(172,177,155); }
div.DivClassName
{
background-color: #ACB19B;
}
.BgClassName
{
background-color: #ACB19B;
}
</style>
border-color css
<style>
span { border-color: #ACB19B; }
span { border-color: rgb(172,177,155); }
td.TdClassName
{
border-color: #ACB19B;
}
.TagClassName
{
border-color: #ACB19B;
}
</style>