Shades of Green Spring #A6B195
Tints of Green Spring #A6B195
RGB
CMYK
RGB Variations
Color information
#A6B195 (or 0xA6B195) is known color: Green Spring. HEX triplet: A6, B1 and 95. RGB value is (166,177,149). Sum of RGB (Red+Green+Blue) = 166+177+149=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B195 is #594E6A. Grayscale: #AAAAAA. Windows color (decimal): -5852779 or 9810342. OLE color: 9810342.
HSL color Cylindrical-coordinate representation of color #A6B195: hue angle of 83.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6B195 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 149 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.31 |
| HSL | 83.57º | 0.15% | 0.64% | - |
| HSV(B) | 83.57º | 0.16% | 0.69% | - |
| XYZ | 36.87 | 41.72 | 34.54 | - |
| YUV | 170.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 149 | 0.06 | 0 | 0.16 | 0.31 | 83.57 | 0.15 | 0.64 |
| Hex | A6 | B1 | 95 | 6 | 0 | 10 | 1F | 54 | F | 40 |
| Octal | 246 | 261 | 225 | 6 | 0 | 20 | 37 | 124 | 17 | 100 |
| Binary | 10100110 | 10110001 | 10010101 | 110 | 0 | 10000 | 11111 | 1010100 | 1111 | 1000000 |
Color Harmonies of #A6B195
Complementary color
Monochromatic Colors of #A6B195
Black with #A6B195
Text Example
Text Example
White with #A6B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B195; }
p { color: rgb(166,177,149); }
H1.HeaderClassName
{
color: #A6B195;
}
.AnyTagClassName
{
color: #A6B195;
}
</style>
background-color css
<style>
a { background-color: #A6B195; }
a { background-color: rgb(166,177,149); }
div.DivClassName
{
background-color: #A6B195;
}
.BgClassName
{
background-color: #A6B195;
}
</style>
border-color css
<style>
span { border-color: #A6B195; }
span { border-color: rgb(166,177,149); }
td.TdClassName
{
border-color: #A6B195;
}
.TagClassName
{
border-color: #A6B195;
}
</style>