Shades of Norway #A6BA97
Tints of Norway #A6BA97
RGB
CMYK
RGB Variations
Color information
#A6BA97 (or 0xA6BA97) is known color: Norway. HEX triplet: A6, BA and 97. RGB value is (166,186,151). Sum of RGB (Red+Green+Blue) = 166+186+151=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA97 is #594568. Grayscale: #B0B0B0. Windows color (decimal): -5850473 or 9943718. OLE color: 9943718.
HSL color Cylindrical-coordinate representation of color #A6BA97: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BA97 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 151 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.27 |
| HSL | 94.29º | 0.2% | 0.66% | - |
| HSV(B) | 94.29º | 0.19% | 0.73% | - |
| XYZ | 38.87 | 45.46 | 36 | - |
| YUV | 176.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 151 | 0.11 | 0 | 0.19 | 0.27 | 94.29 | 0.2 | 0.66 |
| Hex | A6 | BA | 97 | B | 0 | 13 | 1B | 5E | 14 | 42 |
| Octal | 246 | 272 | 227 | 13 | 0 | 23 | 33 | 136 | 24 | 102 |
| Binary | 10100110 | 10111010 | 10010111 | 1011 | 0 | 10011 | 11011 | 1011110 | 10100 | 1000010 |
Color Harmonies of #A6BA97
Complementary color
Monochromatic Colors of #A6BA97
Black with #A6BA97
Text Example
Text Example
White with #A6BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA97; }
p { color: rgb(166,186,151); }
H1.HeaderClassName
{
color: #A6BA97;
}
.AnyTagClassName
{
color: #A6BA97;
}
</style>
background-color css
<style>
a { background-color: #A6BA97; }
a { background-color: rgb(166,186,151); }
div.DivClassName
{
background-color: #A6BA97;
}
.BgClassName
{
background-color: #A6BA97;
}
</style>
border-color css
<style>
span { border-color: #A6BA97; }
span { border-color: rgb(166,186,151); }
td.TdClassName
{
border-color: #A6BA97;
}
.TagClassName
{
border-color: #A6BA97;
}
</style>