Shades of Green Spring #A8B48B
Tints of Green Spring #A8B48B
RGB
CMYK
RGB Variations
Color information
#A8B48B (or 0xA8B48B) is known color: Green Spring. HEX triplet: A8, B4 and 8B. RGB value is (168,180,139). Sum of RGB (Red+Green+Blue) = 168+180+139=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B48B is #574B74. Grayscale: #ABABAB. Windows color (decimal): -5720949 or 9155752. OLE color: 9155752.
HSL color Cylindrical-coordinate representation of color #A8B48B: hue angle of 77.56º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B48B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 139 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.29 |
| HSL | 77.56º | 0.21% | 0.63% | - |
| HSV(B) | 77.56º | 0.23% | 0.71% | - |
| XYZ | 37.13 | 42.83 | 30.74 | - |
| YUV | 171.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 139 | 0.07 | 0 | 0.23 | 0.29 | 77.56 | 0.21 | 0.63 |
| Hex | A8 | B4 | 8B | 7 | 0 | 17 | 1D | 4E | 15 | 3F |
| Octal | 250 | 264 | 213 | 7 | 0 | 27 | 35 | 116 | 25 | 77 |
| Binary | 10101000 | 10110100 | 10001011 | 111 | 0 | 10111 | 11101 | 1001110 | 10101 | 111111 |
Color Harmonies of #A8B48B
Complementary color
Monochromatic Colors of #A8B48B
Black with #A8B48B
Text Example
Text Example
White with #A8B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B48B; }
p { color: rgb(168,180,139); }
H1.HeaderClassName
{
color: #A8B48B;
}
.AnyTagClassName
{
color: #A8B48B;
}
</style>
background-color css
<style>
a { background-color: #A8B48B; }
a { background-color: rgb(168,180,139); }
div.DivClassName
{
background-color: #A8B48B;
}
.BgClassName
{
background-color: #A8B48B;
}
</style>
border-color css
<style>
span { border-color: #A8B48B; }
span { border-color: rgb(168,180,139); }
td.TdClassName
{
border-color: #A8B48B;
}
.TagClassName
{
border-color: #A8B48B;
}
</style>