Shades of Norway #A6B492
Tints of Norway #A6B492
RGB
CMYK
RGB Variations
Color information
#A6B492 (or 0xA6B492) is known color: Norway. HEX triplet: A6, B4 and 92. RGB value is (166,180,146). Sum of RGB (Red+Green+Blue) = 166+180+146=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B492 is #594B6D. Grayscale: #ACACAC. Windows color (decimal): -5852014 or 9614502. OLE color: 9614502.
HSL color Cylindrical-coordinate representation of color #A6B492: hue angle of 84.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6B492 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 146 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.29 |
| HSL | 84.71º | 0.18% | 0.64% | - |
| HSV(B) | 84.71º | 0.19% | 0.71% | - |
| XYZ | 37.24 | 42.82 | 33.5 | - |
| YUV | 171.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 146 | 0.08 | 0 | 0.19 | 0.29 | 84.71 | 0.18 | 0.64 |
| Hex | A6 | B4 | 92 | 8 | 0 | 13 | 1D | 55 | 12 | 40 |
| Octal | 246 | 264 | 222 | 10 | 0 | 23 | 35 | 125 | 22 | 100 |
| Binary | 10100110 | 10110100 | 10010010 | 1000 | 0 | 10011 | 11101 | 1010101 | 10010 | 1000000 |
Color Harmonies of #A6B492
Complementary color
Monochromatic Colors of #A6B492
Black with #A6B492
Text Example
Text Example
White with #A6B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B492; }
p { color: rgb(166,180,146); }
H1.HeaderClassName
{
color: #A6B492;
}
.AnyTagClassName
{
color: #A6B492;
}
</style>
background-color css
<style>
a { background-color: #A6B492; }
a { background-color: rgb(166,180,146); }
div.DivClassName
{
background-color: #A6B492;
}
.BgClassName
{
background-color: #A6B492;
}
</style>
border-color css
<style>
span { border-color: #A6B492; }
span { border-color: rgb(166,180,146); }
td.TdClassName
{
border-color: #A6B492;
}
.TagClassName
{
border-color: #A6B492;
}
</style>