Shades of Green Spring #A8B48A
Tints of Green Spring #A8B48A
RGB
CMYK
RGB Variations
Color information
#A8B48A (or 0xA8B48A) is known color: Green Spring. HEX triplet: A8, B4 and 8A. RGB value is (168,180,138). Sum of RGB (Red+Green+Blue) = 168+180+138=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B48A is #574B75. Grayscale: #ABABAB. Windows color (decimal): -5720950 or 9090216. OLE color: 9090216.
HSL color Cylindrical-coordinate representation of color #A8B48A: hue angle of 77.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B48A is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 138 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.29 |
| HSL | 77.14º | 0.22% | 0.62% | - |
| HSV(B) | 77.14º | 0.23% | 0.71% | - |
| XYZ | 37.06 | 42.8 | 30.35 | - |
| YUV | 171.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 138 | 0.07 | 0 | 0.23 | 0.29 | 77.14 | 0.22 | 0.62 |
| Hex | A8 | B4 | 8A | 7 | 0 | 17 | 1D | 4D | 16 | 3E |
| Octal | 250 | 264 | 212 | 7 | 0 | 27 | 35 | 115 | 26 | 76 |
| Binary | 10101000 | 10110100 | 10001010 | 111 | 0 | 10111 | 11101 | 1001101 | 10110 | 111110 |
Color Harmonies of #A8B48A
Complementary color
Monochromatic Colors of #A8B48A
Black with #A8B48A
Text Example
Text Example
White with #A8B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B48A; }
p { color: rgb(168,180,138); }
H1.HeaderClassName
{
color: #A8B48A;
}
.AnyTagClassName
{
color: #A8B48A;
}
</style>
background-color css
<style>
a { background-color: #A8B48A; }
a { background-color: rgb(168,180,138); }
div.DivClassName
{
background-color: #A8B48A;
}
.BgClassName
{
background-color: #A8B48A;
}
</style>
border-color css
<style>
span { border-color: #A8B48A; }
span { border-color: rgb(168,180,138); }
td.TdClassName
{
border-color: #A8B48A;
}
.TagClassName
{
border-color: #A8B48A;
}
</style>