Shades of Green Spring #A6B18B
Tints of Green Spring #A6B18B
RGB
CMYK
RGB Variations
Color information
#A6B18B (or 0xA6B18B) is known color: Green Spring. HEX triplet: A6, B1 and 8B. RGB value is (166,177,139). Sum of RGB (Red+Green+Blue) = 166+177+139=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B18B is #594E74. Grayscale: #A9A9A9. Windows color (decimal): -5852789 or 9154982. OLE color: 9154982.
HSL color Cylindrical-coordinate representation of color #A6B18B: hue angle of 77.37º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B18B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 139 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.31 |
| HSL | 77.37º | 0.2% | 0.62% | - |
| HSV(B) | 77.37º | 0.21% | 0.69% | - |
| XYZ | 36.11 | 41.42 | 30.52 | - |
| YUV | 169.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 139 | 0.06 | 0 | 0.21 | 0.31 | 77.37 | 0.2 | 0.62 |
| Hex | A6 | B1 | 8B | 6 | 0 | 15 | 1F | 4D | 14 | 3E |
| Octal | 246 | 261 | 213 | 6 | 0 | 25 | 37 | 115 | 24 | 76 |
| Binary | 10100110 | 10110001 | 10001011 | 110 | 0 | 10101 | 11111 | 1001101 | 10100 | 111110 |
Color Harmonies of #A6B18B
Complementary color
Monochromatic Colors of #A6B18B
Black with #A6B18B
Text Example
Text Example
White with #A6B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B18B; }
p { color: rgb(166,177,139); }
H1.HeaderClassName
{
color: #A6B18B;
}
.AnyTagClassName
{
color: #A6B18B;
}
</style>
background-color css
<style>
a { background-color: #A6B18B; }
a { background-color: rgb(166,177,139); }
div.DivClassName
{
background-color: #A6B18B;
}
.BgClassName
{
background-color: #A6B18B;
}
</style>
border-color css
<style>
span { border-color: #A6B18B; }
span { border-color: rgb(166,177,139); }
td.TdClassName
{
border-color: #A6B18B;
}
.TagClassName
{
border-color: #A6B18B;
}
</style>