Shades of Green Spring #A6B18C
Tints of Green Spring #A6B18C
RGB
CMYK
RGB Variations
Color information
#A6B18C (or 0xA6B18C) is known color: Green Spring. HEX triplet: A6, B1 and 8C. RGB value is (166,177,140). Sum of RGB (Red+Green+Blue) = 166+177+140=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B18C is #594E73. Grayscale: #A9A9A9. Windows color (decimal): -5852788 or 9220518. OLE color: 9220518.
HSL color Cylindrical-coordinate representation of color #A6B18C: hue angle of 77.84º degrees, saturation: 0.19, 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 #A6B18C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 140 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.31 |
| HSL | 77.84º | 0.19% | 0.62% | - |
| HSV(B) | 77.84º | 0.21% | 0.69% | - |
| XYZ | 36.18 | 41.44 | 30.9 | - |
| YUV | 169.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 140 | 0.06 | 0 | 0.21 | 0.31 | 77.84 | 0.19 | 0.62 |
| Hex | A6 | B1 | 8C | 6 | 0 | 15 | 1F | 4E | 13 | 3E |
| Octal | 246 | 261 | 214 | 6 | 0 | 25 | 37 | 116 | 23 | 76 |
| Binary | 10100110 | 10110001 | 10001100 | 110 | 0 | 10101 | 11111 | 1001110 | 10011 | 111110 |
Color Harmonies of #A6B18C
Complementary color
Monochromatic Colors of #A6B18C
Black with #A6B18C
Text Example
Text Example
White with #A6B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B18C; }
p { color: rgb(166,177,140); }
H1.HeaderClassName
{
color: #A6B18C;
}
.AnyTagClassName
{
color: #A6B18C;
}
</style>
background-color css
<style>
a { background-color: #A6B18C; }
a { background-color: rgb(166,177,140); }
div.DivClassName
{
background-color: #A6B18C;
}
.BgClassName
{
background-color: #A6B18C;
}
</style>
border-color css
<style>
span { border-color: #A6B18C; }
span { border-color: rgb(166,177,140); }
td.TdClassName
{
border-color: #A6B18C;
}
.TagClassName
{
border-color: #A6B18C;
}
</style>