Shades of Green Spring #A7B193
Tints of Green Spring #A7B193
RGB
CMYK
RGB Variations
Color information
#A7B193 (or 0xA7B193) is known color: Green Spring. HEX triplet: A7, B1 and 93. RGB value is (167,177,147). Sum of RGB (Red+Green+Blue) = 167+177+147=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B193 is #584E6C. Grayscale: #AAAAAA. Windows color (decimal): -5787245 or 9679271. OLE color: 9679271.
HSL color Cylindrical-coordinate representation of color #A7B193: hue angle of 80º 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 #A7B193 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 147 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.31 |
| HSL | 80º | 0.16% | 0.64% | - |
| HSV(B) | 80º | 0.17% | 0.69% | - |
| XYZ | 36.92 | 41.77 | 33.72 | - |
| YUV | 170.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 147 | 0.06 | 0 | 0.17 | 0.31 | 80 | 0.16 | 0.64 |
| Hex | A7 | B1 | 93 | 6 | 0 | 11 | 1F | 50 | 10 | 40 |
| Octal | 247 | 261 | 223 | 6 | 0 | 21 | 37 | 120 | 20 | 100 |
| Binary | 10100111 | 10110001 | 10010011 | 110 | 0 | 10001 | 11111 | 1010000 | 10000 | 1000000 |
Color Harmonies of #A7B193
Complementary color
Monochromatic Colors of #A7B193
Black with #A7B193
Text Example
Text Example
White with #A7B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B193; }
p { color: rgb(167,177,147); }
H1.HeaderClassName
{
color: #A7B193;
}
.AnyTagClassName
{
color: #A7B193;
}
</style>
background-color css
<style>
a { background-color: #A7B193; }
a { background-color: rgb(167,177,147); }
div.DivClassName
{
background-color: #A7B193;
}
.BgClassName
{
background-color: #A7B193;
}
</style>
border-color css
<style>
span { border-color: #A7B193; }
span { border-color: rgb(167,177,147); }
td.TdClassName
{
border-color: #A7B193;
}
.TagClassName
{
border-color: #A7B193;
}
</style>