Shades of Norway #A6B999
Tints of Norway #A6B999
RGB
CMYK
RGB Variations
Color information
#A6B999 (or 0xA6B999) is known color: Norway. HEX triplet: A6, B9 and 99. RGB value is (166,185,153). Sum of RGB (Red+Green+Blue) = 166+185+153=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B999 is #594666. Grayscale: #AFAFAF. Windows color (decimal): -5850727 or 10074534. OLE color: 10074534.
HSL color Cylindrical-coordinate representation of color #A6B999: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B999 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 153 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.27 |
| HSL | 95.63º | 0.19% | 0.66% | - |
| HSV(B) | 95.63º | 0.17% | 0.73% | - |
| XYZ | 38.82 | 45.1 | 36.8 | - |
| YUV | 175.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 153 | 0.10 | 0 | 0.17 | 0.27 | 95.63 | 0.19 | 0.66 |
| Hex | A6 | B9 | 99 | A | 0 | 11 | 1B | 60 | 13 | 42 |
| Octal | 246 | 271 | 231 | 12 | 0 | 21 | 33 | 140 | 23 | 102 |
| Binary | 10100110 | 10111001 | 10011001 | 1010 | 0 | 10001 | 11011 | 1100000 | 10011 | 1000010 |
Color Harmonies of #A6B999
Complementary color
Monochromatic Colors of #A6B999
Black with #A6B999
Text Example
Text Example
White with #A6B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B999; }
p { color: rgb(166,185,153); }
H1.HeaderClassName
{
color: #A6B999;
}
.AnyTagClassName
{
color: #A6B999;
}
</style>
background-color css
<style>
a { background-color: #A6B999; }
a { background-color: rgb(166,185,153); }
div.DivClassName
{
background-color: #A6B999;
}
.BgClassName
{
background-color: #A6B999;
}
</style>
border-color css
<style>
span { border-color: #A6B999; }
span { border-color: rgb(166,185,153); }
td.TdClassName
{
border-color: #A6B999;
}
.TagClassName
{
border-color: #A6B999;
}
</style>