Shades of Green Spring #A6B193
Tints of Green Spring #A6B193
RGB
CMYK
RGB Variations
Color information
#A6B193 (or 0xA6B193) is known color: Green Spring. HEX triplet: A6, B1 and 93. RGB value is (166,177,147). Sum of RGB (Red+Green+Blue) = 166+177+147=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B193 is #594E6C. Grayscale: #AAAAAA. Windows color (decimal): -5852781 or 9679270. OLE color: 9679270.
HSL color Cylindrical-coordinate representation of color #A6B193: hue angle of 82º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B193 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 147 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.31 |
| HSL | 82º | 0.16% | 0.64% | - |
| HSV(B) | 82º | 0.17% | 0.69% | - |
| XYZ | 36.71 | 41.66 | 33.71 | - |
| YUV | 170.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 147 | 0.06 | 0 | 0.17 | 0.31 | 82 | 0.16 | 0.64 |
| Hex | A6 | B1 | 93 | 6 | 0 | 11 | 1F | 52 | 10 | 40 |
| Octal | 246 | 261 | 223 | 6 | 0 | 21 | 37 | 122 | 20 | 100 |
| Binary | 10100110 | 10110001 | 10010011 | 110 | 0 | 10001 | 11111 | 1010010 | 10000 | 1000000 |
Color Harmonies of #A6B193
Complementary color
Monochromatic Colors of #A6B193
Black with #A6B193
Text Example
Text Example
White with #A6B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B193; }
p { color: rgb(166,177,147); }
H1.HeaderClassName
{
color: #A6B193;
}
.AnyTagClassName
{
color: #A6B193;
}
</style>
background-color css
<style>
a { background-color: #A6B193; }
a { background-color: rgb(166,177,147); }
div.DivClassName
{
background-color: #A6B193;
}
.BgClassName
{
background-color: #A6B193;
}
</style>
border-color css
<style>
span { border-color: #A6B193; }
span { border-color: rgb(166,177,147); }
td.TdClassName
{
border-color: #A6B193;
}
.TagClassName
{
border-color: #A6B193;
}
</style>