Shades of Green Spring #A8B395
Tints of Green Spring #A8B395
RGB
CMYK
RGB Variations
Color information
#A8B395 (or 0xA8B395) is known color: Green Spring. HEX triplet: A8, B3 and 95. RGB value is (168,179,149). Sum of RGB (Red+Green+Blue) = 168+179+149=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B395 is #574C6A. Grayscale: #ACACAC. Windows color (decimal): -5721195 or 9810856. OLE color: 9810856.
HSL color Cylindrical-coordinate representation of color #A8B395: hue angle of 82º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8B395 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 149 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.30 |
| HSL | 82º | 0.16% | 0.64% | - |
| HSV(B) | 82º | 0.17% | 0.7% | - |
| XYZ | 37.69 | 42.73 | 34.7 | - |
| YUV | 172.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 149 | 0.06 | 0 | 0.17 | 0.30 | 82 | 0.16 | 0.64 |
| Hex | A8 | B3 | 95 | 6 | 0 | 11 | 1E | 52 | 10 | 40 |
| Octal | 250 | 263 | 225 | 6 | 0 | 21 | 36 | 122 | 20 | 100 |
| Binary | 10101000 | 10110011 | 10010101 | 110 | 0 | 10001 | 11110 | 1010010 | 10000 | 1000000 |
Color Harmonies of #A8B395
Complementary color
Monochromatic Colors of #A8B395
Black with #A8B395
Text Example
Text Example
White with #A8B395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B395; }
p { color: rgb(168,179,149); }
H1.HeaderClassName
{
color: #A8B395;
}
.AnyTagClassName
{
color: #A8B395;
}
</style>
background-color css
<style>
a { background-color: #A8B395; }
a { background-color: rgb(168,179,149); }
div.DivClassName
{
background-color: #A8B395;
}
.BgClassName
{
background-color: #A8B395;
}
</style>
border-color css
<style>
span { border-color: #A8B395; }
span { border-color: rgb(168,179,149); }
td.TdClassName
{
border-color: #A8B395;
}
.TagClassName
{
border-color: #A8B395;
}
</style>