Shades of Green Spring #A6B08C
Tints of Green Spring #A6B08C
RGB
CMYK
RGB Variations
Color information
#A6B08C (or 0xA6B08C) is known color: Green Spring. HEX triplet: A6, B0 and 8C. RGB value is (166,176,140). Sum of RGB (Red+Green+Blue) = 166+176+140=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B08C is #594F73. Grayscale: #A9A9A9. Windows color (decimal): -5853044 or 9220262. OLE color: 9220262.
HSL color Cylindrical-coordinate representation of color #A6B08C: hue angle of 76.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6B08C is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 140 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.31 |
| HSL | 76.67º | 0.19% | 0.62% | - |
| HSV(B) | 76.67º | 0.2% | 0.69% | - |
| XYZ | 35.98 | 41.05 | 30.84 | - |
| YUV | 168.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 140 | 0.06 | 0 | 0.20 | 0.31 | 76.67 | 0.19 | 0.62 |
| Hex | A6 | B0 | 8C | 6 | 0 | 14 | 1F | 4D | 13 | 3E |
| Octal | 246 | 260 | 214 | 6 | 0 | 24 | 37 | 115 | 23 | 76 |
| Binary | 10100110 | 10110000 | 10001100 | 110 | 0 | 10100 | 11111 | 1001101 | 10011 | 111110 |
Color Harmonies of #A6B08C
Complementary color
Monochromatic Colors of #A6B08C
Black with #A6B08C
Text Example
Text Example
White with #A6B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B08C; }
p { color: rgb(166,176,140); }
H1.HeaderClassName
{
color: #A6B08C;
}
.AnyTagClassName
{
color: #A6B08C;
}
</style>
background-color css
<style>
a { background-color: #A6B08C; }
a { background-color: rgb(166,176,140); }
div.DivClassName
{
background-color: #A6B08C;
}
.BgClassName
{
background-color: #A6B08C;
}
</style>
border-color css
<style>
span { border-color: #A6B08C; }
span { border-color: rgb(166,176,140); }
td.TdClassName
{
border-color: #A6B08C;
}
.TagClassName
{
border-color: #A6B08C;
}
</style>