Shades of Norway #A6BA8E
Tints of Norway #A6BA8E
RGB
CMYK
RGB Variations
Color information
#A6BA8E (or 0xA6BA8E) is known color: Norway. HEX triplet: A6, BA and 8E. RGB value is (166,186,142). Sum of RGB (Red+Green+Blue) = 166+186+142=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA8E is #594571. Grayscale: #AFAFAF. Windows color (decimal): -5850482 or 9353894. OLE color: 9353894.
HSL color Cylindrical-coordinate representation of color #A6BA8E: hue angle of 87.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6BA8E is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 142 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.27 |
| HSL | 87.27º | 0.24% | 0.64% | - |
| HSV(B) | 87.27º | 0.24% | 0.73% | - |
| XYZ | 38.17 | 45.18 | 32.3 | - |
| YUV | 175 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 142 | 0.11 | 0 | 0.24 | 0.27 | 87.27 | 0.24 | 0.64 |
| Hex | A6 | BA | 8E | B | 0 | 18 | 1B | 57 | 18 | 40 |
| Octal | 246 | 272 | 216 | 13 | 0 | 30 | 33 | 127 | 30 | 100 |
| Binary | 10100110 | 10111010 | 10001110 | 1011 | 0 | 11000 | 11011 | 1010111 | 11000 | 1000000 |
Color Harmonies of #A6BA8E
Complementary color
Monochromatic Colors of #A6BA8E
Black with #A6BA8E
Text Example
Text Example
White with #A6BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA8E; }
p { color: rgb(166,186,142); }
H1.HeaderClassName
{
color: #A6BA8E;
}
.AnyTagClassName
{
color: #A6BA8E;
}
</style>
background-color css
<style>
a { background-color: #A6BA8E; }
a { background-color: rgb(166,186,142); }
div.DivClassName
{
background-color: #A6BA8E;
}
.BgClassName
{
background-color: #A6BA8E;
}
</style>
border-color css
<style>
span { border-color: #A6BA8E; }
span { border-color: rgb(166,186,142); }
td.TdClassName
{
border-color: #A6BA8E;
}
.TagClassName
{
border-color: #A6BA8E;
}
</style>