Shades of Norway #A6C186
Tints of Norway #A6C186
RGB
CMYK
RGB Variations
Color information
#A6C186 (or 0xA6C186) is known color: Norway. HEX triplet: A6, C1 and 86. RGB value is (166,193,134). Sum of RGB (Red+Green+Blue) = 166+193+134=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C186 is #593E79. Grayscale: #B2B2B2. Windows color (decimal): -5848698 or 8831398. OLE color: 8831398.
HSL color Cylindrical-coordinate representation of color #A6C186: hue angle of 87.46º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C186 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 134 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.24 |
| HSL | 87.46º | 0.32% | 0.64% | - |
| HSV(B) | 87.46º | 0.31% | 0.76% | - |
| XYZ | 39.1 | 47.97 | 29.75 | - |
| YUV | 178.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 134 | 0.14 | 0 | 0.31 | 0.24 | 87.46 | 0.32 | 0.64 |
| Hex | A6 | C1 | 86 | E | 0 | 1F | 18 | 57 | 20 | 40 |
| Octal | 246 | 301 | 206 | 16 | 0 | 37 | 30 | 127 | 40 | 100 |
| Binary | 10100110 | 11000001 | 10000110 | 1110 | 0 | 11111 | 11000 | 1010111 | 100000 | 1000000 |
Color Harmonies of #A6C186
Complementary color
Monochromatic Colors of #A6C186
Black with #A6C186
Text Example
Text Example
White with #A6C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C186; }
p { color: rgb(166,193,134); }
H1.HeaderClassName
{
color: #A6C186;
}
.AnyTagClassName
{
color: #A6C186;
}
</style>
background-color css
<style>
a { background-color: #A6C186; }
a { background-color: rgb(166,193,134); }
div.DivClassName
{
background-color: #A6C186;
}
.BgClassName
{
background-color: #A6C186;
}
</style>
border-color css
<style>
span { border-color: #A6C186; }
span { border-color: rgb(166,193,134); }
td.TdClassName
{
border-color: #A6C186;
}
.TagClassName
{
border-color: #A6C186;
}
</style>