Shades of Green Spring #A8B19C
Tints of Green Spring #A8B19C
RGB
CMYK
RGB Variations
Color information
#A8B19C (or 0xA8B19C) is known color: Green Spring. HEX triplet: A8, B1 and 9C. RGB value is (168,177,156). Sum of RGB (Red+Green+Blue) = 168+177+156=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B19C is #574E63. Grayscale: #ABABAB. Windows color (decimal): -5721700 or 10269096. OLE color: 10269096.
HSL color Cylindrical-coordinate representation of color #A8B19C: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B19C is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 156 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.31 |
| HSL | 85.71º | 0.12% | 0.65% | - |
| HSV(B) | 85.71º | 0.12% | 0.69% | - |
| XYZ | 37.87 | 42.17 | 37.6 | - |
| YUV | 171.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 156 | 0.05 | 0 | 0.12 | 0.31 | 85.71 | 0.12 | 0.65 |
| Hex | A8 | B1 | 9C | 5 | 0 | C | 1F | 56 | C | 41 |
| Octal | 250 | 261 | 234 | 5 | 0 | 14 | 37 | 126 | 14 | 101 |
| Binary | 10101000 | 10110001 | 10011100 | 101 | 0 | 1100 | 11111 | 1010110 | 1100 | 1000001 |
Color Harmonies of #A8B19C
Complementary color
Monochromatic Colors of #A8B19C
Black with #A8B19C
Text Example
Text Example
White with #A8B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B19C; }
p { color: rgb(168,177,156); }
H1.HeaderClassName
{
color: #A8B19C;
}
.AnyTagClassName
{
color: #A8B19C;
}
</style>
background-color css
<style>
a { background-color: #A8B19C; }
a { background-color: rgb(168,177,156); }
div.DivClassName
{
background-color: #A8B19C;
}
.BgClassName
{
background-color: #A8B19C;
}
</style>
border-color css
<style>
span { border-color: #A8B19C; }
span { border-color: rgb(168,177,156); }
td.TdClassName
{
border-color: #A8B19C;
}
.TagClassName
{
border-color: #A8B19C;
}
</style>