Shades of Green Spring #ACB299
Tints of Green Spring #ACB299
RGB
CMYK
RGB Variations
Color information
#ACB299 (or 0xACB299) is known color: Green Spring. HEX triplet: AC, B2 and 99. RGB value is (172,178,153). Sum of RGB (Red+Green+Blue) = 172+178+153=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB299 is #534D66. Grayscale: #ADADAD. Windows color (decimal): -5459303 or 10072748. OLE color: 10072748.
HSL color Cylindrical-coordinate representation of color #ACB299: hue angle of 74.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB299 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 153 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.30 |
| HSL | 74.4º | 0.14% | 0.65% | - |
| HSV(B) | 74.4º | 0.14% | 0.7% | - |
| XYZ | 38.68 | 42.91 | 36.38 | - |
| YUV | 173.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 153 | 0.03 | 0 | 0.14 | 0.30 | 74.4 | 0.14 | 0.65 |
| Hex | AC | B2 | 99 | 3 | 0 | E | 1E | 4A | E | 41 |
| Octal | 254 | 262 | 231 | 3 | 0 | 16 | 36 | 112 | 16 | 101 |
| Binary | 10101100 | 10110010 | 10011001 | 11 | 0 | 1110 | 11110 | 1001010 | 1110 | 1000001 |
Color Harmonies of #ACB299
Complementary color
Monochromatic Colors of #ACB299
Black with #ACB299
Text Example
Text Example
White with #ACB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB299; }
p { color: rgb(172,178,153); }
H1.HeaderClassName
{
color: #ACB299;
}
.AnyTagClassName
{
color: #ACB299;
}
</style>
background-color css
<style>
a { background-color: #ACB299; }
a { background-color: rgb(172,178,153); }
div.DivClassName
{
background-color: #ACB299;
}
.BgClassName
{
background-color: #ACB299;
}
</style>
border-color css
<style>
span { border-color: #ACB299; }
span { border-color: rgb(172,178,153); }
td.TdClassName
{
border-color: #ACB299;
}
.TagClassName
{
border-color: #ACB299;
}
</style>