Shades of Green Spring #A8B38C
Tints of Green Spring #A8B38C
RGB
CMYK
RGB Variations
Color information
#A8B38C (or 0xA8B38C) is known color: Green Spring. HEX triplet: A8, B3 and 8C. RGB value is (168,179,140). Sum of RGB (Red+Green+Blue) = 168+179+140=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B38C is #574C73. Grayscale: #ABABAB. Windows color (decimal): -5721204 or 9221032. OLE color: 9221032.
HSL color Cylindrical-coordinate representation of color #A8B38C: hue angle of 76.92º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B38C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 140 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.30 |
| HSL | 76.92º | 0.2% | 0.63% | - |
| HSV(B) | 76.92º | 0.22% | 0.7% | - |
| XYZ | 37 | 42.46 | 31.06 | - |
| YUV | 171.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 140 | 0.06 | 0 | 0.22 | 0.30 | 76.92 | 0.2 | 0.63 |
| Hex | A8 | B3 | 8C | 6 | 0 | 16 | 1E | 4D | 14 | 3F |
| Octal | 250 | 263 | 214 | 6 | 0 | 26 | 36 | 115 | 24 | 77 |
| Binary | 10101000 | 10110011 | 10001100 | 110 | 0 | 10110 | 11110 | 1001101 | 10100 | 111111 |
Color Harmonies of #A8B38C
Complementary color
Monochromatic Colors of #A8B38C
Black with #A8B38C
Text Example
Text Example
White with #A8B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B38C; }
p { color: rgb(168,179,140); }
H1.HeaderClassName
{
color: #A8B38C;
}
.AnyTagClassName
{
color: #A8B38C;
}
</style>
background-color css
<style>
a { background-color: #A8B38C; }
a { background-color: rgb(168,179,140); }
div.DivClassName
{
background-color: #A8B38C;
}
.BgClassName
{
background-color: #A8B38C;
}
</style>
border-color css
<style>
span { border-color: #A8B38C; }
span { border-color: rgb(168,179,140); }
td.TdClassName
{
border-color: #A8B38C;
}
.TagClassName
{
border-color: #A8B38C;
}
</style>