Shades of Green Spring #A8B389
Tints of Green Spring #A8B389
RGB
CMYK
RGB Variations
Color information
#A8B389 (or 0xA8B389) is known color: Green Spring. HEX triplet: A8, B3 and 89. RGB value is (168,179,137). Sum of RGB (Red+Green+Blue) = 168+179+137=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B389 is #574C76. Grayscale: #ABABAB. Windows color (decimal): -5721207 or 9024424. OLE color: 9024424.
HSL color Cylindrical-coordinate representation of color #A8B389: hue angle of 75.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B389 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 137 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.30 |
| HSL | 75.71º | 0.22% | 0.62% | - |
| HSV(B) | 75.71º | 0.23% | 0.7% | - |
| XYZ | 36.78 | 42.37 | 29.91 | - |
| YUV | 170.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 137 | 0.06 | 0 | 0.23 | 0.30 | 75.71 | 0.22 | 0.62 |
| Hex | A8 | B3 | 89 | 6 | 0 | 17 | 1E | 4C | 16 | 3E |
| Octal | 250 | 263 | 211 | 6 | 0 | 27 | 36 | 114 | 26 | 76 |
| Binary | 10101000 | 10110011 | 10001001 | 110 | 0 | 10111 | 11110 | 1001100 | 10110 | 111110 |
Color Harmonies of #A8B389
Complementary color
Monochromatic Colors of #A8B389
Black with #A8B389
Text Example
Text Example
White with #A8B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B389; }
p { color: rgb(168,179,137); }
H1.HeaderClassName
{
color: #A8B389;
}
.AnyTagClassName
{
color: #A8B389;
}
</style>
background-color css
<style>
a { background-color: #A8B389; }
a { background-color: rgb(168,179,137); }
div.DivClassName
{
background-color: #A8B389;
}
.BgClassName
{
background-color: #A8B389;
}
</style>
border-color css
<style>
span { border-color: #A8B389; }
span { border-color: rgb(168,179,137); }
td.TdClassName
{
border-color: #A8B389;
}
.TagClassName
{
border-color: #A8B389;
}
</style>