Shades of Green Spring #A8B098
Tints of Green Spring #A8B098
RGB
CMYK
RGB Variations
Color information
#A8B098 (or 0xA8B098) is known color: Green Spring. HEX triplet: A8, B0 and 98. RGB value is (168,176,152). Sum of RGB (Red+Green+Blue) = 168+176+152=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B098 is #574F67. Grayscale: #AAAAAA. Windows color (decimal): -5721960 or 10006696. OLE color: 10006696.
HSL color Cylindrical-coordinate representation of color #A8B098: hue angle of 80º degrees, saturation: 0.13, 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 #A8B098 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 152 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.31 |
| HSL | 80º | 0.13% | 0.64% | - |
| HSV(B) | 80º | 0.14% | 0.69% | - |
| XYZ | 37.34 | 41.64 | 35.78 | - |
| YUV | 170.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 152 | 0.05 | 0 | 0.14 | 0.31 | 80 | 0.13 | 0.64 |
| Hex | A8 | B0 | 98 | 5 | 0 | E | 1F | 50 | D | 40 |
| Octal | 250 | 260 | 230 | 5 | 0 | 16 | 37 | 120 | 15 | 100 |
| Binary | 10101000 | 10110000 | 10011000 | 101 | 0 | 1110 | 11111 | 1010000 | 1101 | 1000000 |
Color Harmonies of #A8B098
Complementary color
Monochromatic Colors of #A8B098
Black with #A8B098
Text Example
Text Example
White with #A8B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B098; }
p { color: rgb(168,176,152); }
H1.HeaderClassName
{
color: #A8B098;
}
.AnyTagClassName
{
color: #A8B098;
}
</style>
background-color css
<style>
a { background-color: #A8B098; }
a { background-color: rgb(168,176,152); }
div.DivClassName
{
background-color: #A8B098;
}
.BgClassName
{
background-color: #A8B098;
}
</style>
border-color css
<style>
span { border-color: #A8B098; }
span { border-color: rgb(168,176,152); }
td.TdClassName
{
border-color: #A8B098;
}
.TagClassName
{
border-color: #A8B098;
}
</style>