Shades of Norway #A1B396
Tints of Norway #A1B396
RGB
CMYK
RGB Variations
Color information
#A1B396 (or 0xA1B396) is known color: Norway. HEX triplet: A1, B3 and 96. RGB value is (161,179,150). Sum of RGB (Red+Green+Blue) = 161+179+150=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B396 is #5E4C69. Grayscale: #AAAAAA. Windows color (decimal): -6179946 or 9876385. OLE color: 9876385.
HSL color Cylindrical-coordinate representation of color #A1B396: hue angle of 97.24º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B396 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 150 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.30 |
| HSL | 97.24º | 0.16% | 0.65% | - |
| HSV(B) | 97.24º | 0.16% | 0.7% | - |
| XYZ | 36.32 | 42.02 | 35.05 | - |
| YUV | 170.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 150 | 0.10 | 0 | 0.16 | 0.30 | 97.24 | 0.16 | 0.65 |
| Hex | A1 | B3 | 96 | A | 0 | 10 | 1E | 61 | 10 | 41 |
| Octal | 241 | 263 | 226 | 12 | 0 | 20 | 36 | 141 | 20 | 101 |
| Binary | 10100001 | 10110011 | 10010110 | 1010 | 0 | 10000 | 11110 | 1100001 | 10000 | 1000001 |
Color Harmonies of #A1B396
Complementary color
Monochromatic Colors of #A1B396
Black with #A1B396
Text Example
Text Example
White with #A1B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B396; }
p { color: rgb(161,179,150); }
H1.HeaderClassName
{
color: #A1B396;
}
.AnyTagClassName
{
color: #A1B396;
}
</style>
background-color css
<style>
a { background-color: #A1B396; }
a { background-color: rgb(161,179,150); }
div.DivClassName
{
background-color: #A1B396;
}
.BgClassName
{
background-color: #A1B396;
}
</style>
border-color css
<style>
span { border-color: #A1B396; }
span { border-color: rgb(161,179,150); }
td.TdClassName
{
border-color: #A1B396;
}
.TagClassName
{
border-color: #A1B396;
}
</style>