Shades of Norway #A1B489
Tints of Norway #A1B489
RGB
CMYK
RGB Variations
Color information
#A1B489 (or 0xA1B489) is known color: Norway. HEX triplet: A1, B4 and 89. RGB value is (161,180,137). Sum of RGB (Red+Green+Blue) = 161+180+137=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B489 is #5E4B76. Grayscale: #A9A9A9. Windows color (decimal): -6179703 or 9024673. OLE color: 9024673.
HSL color Cylindrical-coordinate representation of color #A1B489: hue angle of 86.51º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1B489 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 137 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.29 |
| HSL | 86.51º | 0.22% | 0.62% | - |
| HSV(B) | 86.51º | 0.24% | 0.71% | - |
| XYZ | 35.53 | 42.03 | 29.91 | - |
| YUV | 169.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 137 | 0.11 | 0 | 0.24 | 0.29 | 86.51 | 0.22 | 0.62 |
| Hex | A1 | B4 | 89 | B | 0 | 18 | 1D | 57 | 16 | 3E |
| Octal | 241 | 264 | 211 | 13 | 0 | 30 | 35 | 127 | 26 | 76 |
| Binary | 10100001 | 10110100 | 10001001 | 1011 | 0 | 11000 | 11101 | 1010111 | 10110 | 111110 |
Color Harmonies of #A1B489
Complementary color
Monochromatic Colors of #A1B489
Black with #A1B489
Text Example
Text Example
White with #A1B489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B489; }
p { color: rgb(161,180,137); }
H1.HeaderClassName
{
color: #A1B489;
}
.AnyTagClassName
{
color: #A1B489;
}
</style>
background-color css
<style>
a { background-color: #A1B489; }
a { background-color: rgb(161,180,137); }
div.DivClassName
{
background-color: #A1B489;
}
.BgClassName
{
background-color: #A1B489;
}
</style>
border-color css
<style>
span { border-color: #A1B489; }
span { border-color: rgb(161,180,137); }
td.TdClassName
{
border-color: #A1B489;
}
.TagClassName
{
border-color: #A1B489;
}
</style>