Shades of Green Spring #A8B19B
Tints of Green Spring #A8B19B
RGB
CMYK
RGB Variations
Color information
#A8B19B (or 0xA8B19B) is known color: Green Spring. HEX triplet: A8, B1 and 9B. RGB value is (168,177,155). Sum of RGB (Red+Green+Blue) = 168+177+155=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B19B is #574E64. Grayscale: #ABABAB. Windows color (decimal): -5721701 or 10203560. OLE color: 10203560.
HSL color Cylindrical-coordinate representation of color #A8B19B: hue angle of 84.55º 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 #A8B19B is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 155 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.31 |
| HSL | 84.55º | 0.12% | 0.65% | - |
| HSV(B) | 84.55º | 0.12% | 0.69% | - |
| XYZ | 37.79 | 42.14 | 37.15 | - |
| YUV | 171.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 155 | 0.05 | 0 | 0.12 | 0.31 | 84.55 | 0.12 | 0.65 |
| Hex | A8 | B1 | 9B | 5 | 0 | C | 1F | 55 | C | 41 |
| Octal | 250 | 261 | 233 | 5 | 0 | 14 | 37 | 125 | 14 | 101 |
| Binary | 10101000 | 10110001 | 10011011 | 101 | 0 | 1100 | 11111 | 1010101 | 1100 | 1000001 |
Color Harmonies of #A8B19B
Complementary color
Monochromatic Colors of #A8B19B
Black with #A8B19B
Text Example
Text Example
White with #A8B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B19B; }
p { color: rgb(168,177,155); }
H1.HeaderClassName
{
color: #A8B19B;
}
.AnyTagClassName
{
color: #A8B19B;
}
</style>
background-color css
<style>
a { background-color: #A8B19B; }
a { background-color: rgb(168,177,155); }
div.DivClassName
{
background-color: #A8B19B;
}
.BgClassName
{
background-color: #A8B19B;
}
</style>
border-color css
<style>
span { border-color: #A8B19B; }
span { border-color: rgb(168,177,155); }
td.TdClassName
{
border-color: #A8B19B;
}
.TagClassName
{
border-color: #A8B19B;
}
</style>