Shades of Norway #A6C086
Tints of Norway #A6C086
RGB
CMYK
RGB Variations
Color information
#A6C086 (or 0xA6C086) is known color: Norway. HEX triplet: A6, C0 and 86. RGB value is (166,192,134). Sum of RGB (Red+Green+Blue) = 166+192+134=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C086 is #593F79. Grayscale: #B1B1B1. Windows color (decimal): -5848954 or 8831142. OLE color: 8831142.
HSL color Cylindrical-coordinate representation of color #A6C086: hue angle of 86.9º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6C086 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 134 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.25 |
| HSL | 86.9º | 0.32% | 0.64% | - |
| HSV(B) | 86.9º | 0.3% | 0.75% | - |
| XYZ | 38.88 | 47.53 | 29.68 | - |
| YUV | 177.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 134 | 0.14 | 0 | 0.30 | 0.25 | 86.9 | 0.32 | 0.64 |
| Hex | A6 | C0 | 86 | E | 0 | 1E | 19 | 57 | 20 | 40 |
| Octal | 246 | 300 | 206 | 16 | 0 | 36 | 31 | 127 | 40 | 100 |
| Binary | 10100110 | 11000000 | 10000110 | 1110 | 0 | 11110 | 11001 | 1010111 | 100000 | 1000000 |
Color Harmonies of #A6C086
Complementary color
Monochromatic Colors of #A6C086
Black with #A6C086
Text Example
Text Example
White with #A6C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C086; }
p { color: rgb(166,192,134); }
H1.HeaderClassName
{
color: #A6C086;
}
.AnyTagClassName
{
color: #A6C086;
}
</style>
background-color css
<style>
a { background-color: #A6C086; }
a { background-color: rgb(166,192,134); }
div.DivClassName
{
background-color: #A6C086;
}
.BgClassName
{
background-color: #A6C086;
}
</style>
border-color css
<style>
span { border-color: #A6C086; }
span { border-color: rgb(166,192,134); }
td.TdClassName
{
border-color: #A6C086;
}
.TagClassName
{
border-color: #A6C086;
}
</style>