Shades of Green Spring #A8B29A
Tints of Green Spring #A8B29A
RGB
CMYK
RGB Variations
Color information
#A8B29A (or 0xA8B29A) is known color: Green Spring. HEX triplet: A8, B2 and 9A. RGB value is (168,178,154). Sum of RGB (Red+Green+Blue) = 168+178+154=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B29A is #574D65. Grayscale: #ACACAC. Windows color (decimal): -5721446 or 10138280. OLE color: 10138280.
HSL color Cylindrical-coordinate representation of color #A8B29A: hue angle of 85º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B29A is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 154 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.30 |
| HSL | 85º | 0.13% | 0.65% | - |
| HSV(B) | 85º | 0.13% | 0.7% | - |
| XYZ | 37.9 | 42.5 | 36.78 | - |
| YUV | 172.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 154 | 0.06 | 0 | 0.13 | 0.30 | 85 | 0.13 | 0.65 |
| Hex | A8 | B2 | 9A | 6 | 0 | D | 1E | 55 | D | 41 |
| Octal | 250 | 262 | 232 | 6 | 0 | 15 | 36 | 125 | 15 | 101 |
| Binary | 10101000 | 10110010 | 10011010 | 110 | 0 | 1101 | 11110 | 1010101 | 1101 | 1000001 |
Color Harmonies of #A8B29A
Complementary color
Monochromatic Colors of #A8B29A
Black with #A8B29A
Text Example
Text Example
White with #A8B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B29A; }
p { color: rgb(168,178,154); }
H1.HeaderClassName
{
color: #A8B29A;
}
.AnyTagClassName
{
color: #A8B29A;
}
</style>
background-color css
<style>
a { background-color: #A8B29A; }
a { background-color: rgb(168,178,154); }
div.DivClassName
{
background-color: #A8B29A;
}
.BgClassName
{
background-color: #A8B29A;
}
</style>
border-color css
<style>
span { border-color: #A8B29A; }
span { border-color: rgb(168,178,154); }
td.TdClassName
{
border-color: #A8B29A;
}
.TagClassName
{
border-color: #A8B29A;
}
</style>