Shades of Norway #A1B290
Tints of Norway #A1B290
RGB
CMYK
RGB Variations
Color information
#A1B290 (or 0xA1B290) is known color: Norway. HEX triplet: A1, B2 and 90. RGB value is (161,178,144). Sum of RGB (Red+Green+Blue) = 161+178+144=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B290 is #5E4D6F. Grayscale: #A9A9A9. Windows color (decimal): -6180208 or 9482913. OLE color: 9482913.
HSL color Cylindrical-coordinate representation of color #A1B290: hue angle of 90º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1B290 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 144 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.30 |
| HSL | 90º | 0.18% | 0.63% | - |
| HSV(B) | 90º | 0.19% | 0.7% | - |
| XYZ | 35.65 | 41.43 | 32.5 | - |
| YUV | 169.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 144 | 0.10 | 0 | 0.19 | 0.30 | 90 | 0.18 | 0.63 |
| Hex | A1 | B2 | 90 | A | 0 | 13 | 1E | 5A | 12 | 3F |
| Octal | 241 | 262 | 220 | 12 | 0 | 23 | 36 | 132 | 22 | 77 |
| Binary | 10100001 | 10110010 | 10010000 | 1010 | 0 | 10011 | 11110 | 1011010 | 10010 | 111111 |
Color Harmonies of #A1B290
Complementary color
Monochromatic Colors of #A1B290
Black with #A1B290
Text Example
Text Example
White with #A1B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B290; }
p { color: rgb(161,178,144); }
H1.HeaderClassName
{
color: #A1B290;
}
.AnyTagClassName
{
color: #A1B290;
}
</style>
background-color css
<style>
a { background-color: #A1B290; }
a { background-color: rgb(161,178,144); }
div.DivClassName
{
background-color: #A1B290;
}
.BgClassName
{
background-color: #A1B290;
}
</style>
border-color css
<style>
span { border-color: #A1B290; }
span { border-color: rgb(161,178,144); }
td.TdClassName
{
border-color: #A1B290;
}
.TagClassName
{
border-color: #A1B290;
}
</style>