Shades of Norway #A1B490
Tints of Norway #A1B490
RGB
CMYK
RGB Variations
Color information
#A1B490 (or 0xA1B490) is known color: Norway. HEX triplet: A1, B4 and 90. RGB value is (161,180,144). Sum of RGB (Red+Green+Blue) = 161+180+144=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B490 is #5E4B6F. Grayscale: #AAAAAA. Windows color (decimal): -6179696 or 9483425. OLE color: 9483425.
HSL color Cylindrical-coordinate representation of color #A1B490: hue angle of 91.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1B490 is Cyan = 0.11, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 144 | - |
| CMYK | 0.11 | 0 | 0.2 | 0.29 |
| HSL | 91.67º | 0.19% | 0.64% | - |
| HSV(B) | 91.67º | 0.2% | 0.71% | - |
| XYZ | 36.05 | 42.23 | 32.64 | - |
| YUV | 170.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 144 | 0.11 | 0 | 0.2 | 0.29 | 91.67 | 0.19 | 0.64 |
| Hex | A1 | B4 | 90 | B | 0 | 14 | 1D | 5C | 13 | 40 |
| Octal | 241 | 264 | 220 | 13 | 0 | 24 | 35 | 134 | 23 | 100 |
| Binary | 10100001 | 10110100 | 10010000 | 1011 | 0 | 10100 | 11101 | 1011100 | 10011 | 1000000 |
Color Harmonies of #A1B490
Complementary color
Monochromatic Colors of #A1B490
Black with #A1B490
Text Example
Text Example
White with #A1B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B490; }
p { color: rgb(161,180,144); }
H1.HeaderClassName
{
color: #A1B490;
}
.AnyTagClassName
{
color: #A1B490;
}
</style>
background-color css
<style>
a { background-color: #A1B490; }
a { background-color: rgb(161,180,144); }
div.DivClassName
{
background-color: #A1B490;
}
.BgClassName
{
background-color: #A1B490;
}
</style>
border-color css
<style>
span { border-color: #A1B490; }
span { border-color: rgb(161,180,144); }
td.TdClassName
{
border-color: #A1B490;
}
.TagClassName
{
border-color: #A1B490;
}
</style>