Shades of Green Spring #A8B097
Tints of Green Spring #A8B097
RGB
CMYK
RGB Variations
Color information
#A8B097 (or 0xA8B097) is known color: Green Spring. HEX triplet: A8, B0 and 97. RGB value is (168,176,151). Sum of RGB (Red+Green+Blue) = 168+176+151=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B097 is #574F68. Grayscale: #AAAAAA. Windows color (decimal): -5721961 or 9941160. OLE color: 9941160.
HSL color Cylindrical-coordinate representation of color #A8B097: hue angle of 79.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8B097 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 151 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.31 |
| HSL | 79.2º | 0.14% | 0.64% | - |
| HSV(B) | 79.2º | 0.14% | 0.69% | - |
| XYZ | 37.26 | 41.61 | 35.35 | - |
| YUV | 170.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 151 | 0.05 | 0 | 0.14 | 0.31 | 79.2 | 0.14 | 0.64 |
| Hex | A8 | B0 | 97 | 5 | 0 | E | 1F | 4F | E | 40 |
| Octal | 250 | 260 | 227 | 5 | 0 | 16 | 37 | 117 | 16 | 100 |
| Binary | 10101000 | 10110000 | 10010111 | 101 | 0 | 1110 | 11111 | 1001111 | 1110 | 1000000 |
Color Harmonies of #A8B097
Complementary color
Monochromatic Colors of #A8B097
Black with #A8B097
Text Example
Text Example
White with #A8B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B097; }
p { color: rgb(168,176,151); }
H1.HeaderClassName
{
color: #A8B097;
}
.AnyTagClassName
{
color: #A8B097;
}
</style>
background-color css
<style>
a { background-color: #A8B097; }
a { background-color: rgb(168,176,151); }
div.DivClassName
{
background-color: #A8B097;
}
.BgClassName
{
background-color: #A8B097;
}
</style>
border-color css
<style>
span { border-color: #A8B097; }
span { border-color: rgb(168,176,151); }
td.TdClassName
{
border-color: #A8B097;
}
.TagClassName
{
border-color: #A8B097;
}
</style>