Shades of Green Spring #A6B092
Tints of Green Spring #A6B092
RGB
CMYK
RGB Variations
Color information
#A6B092 (or 0xA6B092) is known color: Green Spring. HEX triplet: A6, B0 and 92. RGB value is (166,176,146). Sum of RGB (Red+Green+Blue) = 166+176+146=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B092 is #594F6D. Grayscale: #A9A9A9. Windows color (decimal): -5853038 or 9613478. OLE color: 9613478.
HSL color Cylindrical-coordinate representation of color #A6B092: hue angle of 80º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B092 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 146 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.31 |
| HSL | 80º | 0.16% | 0.63% | - |
| HSV(B) | 80º | 0.17% | 0.69% | - |
| XYZ | 36.44 | 41.23 | 33.23 | - |
| YUV | 169.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 146 | 0.06 | 0 | 0.17 | 0.31 | 80 | 0.16 | 0.63 |
| Hex | A6 | B0 | 92 | 6 | 0 | 11 | 1F | 50 | 10 | 3F |
| Octal | 246 | 260 | 222 | 6 | 0 | 21 | 37 | 120 | 20 | 77 |
| Binary | 10100110 | 10110000 | 10010010 | 110 | 0 | 10001 | 11111 | 1010000 | 10000 | 111111 |
Color Harmonies of #A6B092
Complementary color
Monochromatic Colors of #A6B092
Black with #A6B092
Text Example
Text Example
White with #A6B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B092; }
p { color: rgb(166,176,146); }
H1.HeaderClassName
{
color: #A6B092;
}
.AnyTagClassName
{
color: #A6B092;
}
</style>
background-color css
<style>
a { background-color: #A6B092; }
a { background-color: rgb(166,176,146); }
div.DivClassName
{
background-color: #A6B092;
}
.BgClassName
{
background-color: #A6B092;
}
</style>
border-color css
<style>
span { border-color: #A6B092; }
span { border-color: rgb(166,176,146); }
td.TdClassName
{
border-color: #A6B092;
}
.TagClassName
{
border-color: #A6B092;
}
</style>