Shades of Green Spring #A8B195
Tints of Green Spring #A8B195
RGB
CMYK
RGB Variations
Color information
#A8B195 (or 0xA8B195) is known color: Green Spring. HEX triplet: A8, B1 and 95. RGB value is (168,177,149). Sum of RGB (Red+Green+Blue) = 168+177+149=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B195 is #574E6A. Grayscale: #ABABAB. Windows color (decimal): -5721707 or 9810344. OLE color: 9810344.
HSL color Cylindrical-coordinate representation of color #A8B195: hue angle of 79.29º 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 #A8B195 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 149 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.31 |
| HSL | 79.29º | 0.15% | 0.64% | - |
| HSV(B) | 79.29º | 0.16% | 0.69% | - |
| XYZ | 37.3 | 41.94 | 34.56 | - |
| YUV | 171.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 149 | 0.05 | 0 | 0.16 | 0.31 | 79.29 | 0.15 | 0.64 |
| Hex | A8 | B1 | 95 | 5 | 0 | 10 | 1F | 4F | F | 40 |
| Octal | 250 | 261 | 225 | 5 | 0 | 20 | 37 | 117 | 17 | 100 |
| Binary | 10101000 | 10110001 | 10010101 | 101 | 0 | 10000 | 11111 | 1001111 | 1111 | 1000000 |
Color Harmonies of #A8B195
Complementary color
Monochromatic Colors of #A8B195
Black with #A8B195
Text Example
Text Example
White with #A8B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B195; }
p { color: rgb(168,177,149); }
H1.HeaderClassName
{
color: #A8B195;
}
.AnyTagClassName
{
color: #A8B195;
}
</style>
background-color css
<style>
a { background-color: #A8B195; }
a { background-color: rgb(168,177,149); }
div.DivClassName
{
background-color: #A8B195;
}
.BgClassName
{
background-color: #A8B195;
}
</style>
border-color css
<style>
span { border-color: #A8B195; }
span { border-color: rgb(168,177,149); }
td.TdClassName
{
border-color: #A8B195;
}
.TagClassName
{
border-color: #A8B195;
}
</style>