Shades of Norway #A1B589
Tints of Norway #A1B589
RGB
CMYK
RGB Variations
Color information
#A1B589 (or 0xA1B589) is known color: Norway. HEX triplet: A1, B5 and 89. RGB value is (161,181,137). Sum of RGB (Red+Green+Blue) = 161+181+137=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B589 is #5E4A76. Grayscale: #AAAAAA. Windows color (decimal): -6179447 or 9024929. OLE color: 9024929.
HSL color Cylindrical-coordinate representation of color #A1B589: hue angle of 87.27º degrees, saturation: 0.23, 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 #A1B589 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 137 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.29 |
| HSL | 87.27º | 0.23% | 0.62% | - |
| HSV(B) | 87.27º | 0.24% | 0.71% | - |
| XYZ | 35.74 | 42.43 | 29.97 | - |
| YUV | 170 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 137 | 0.11 | 0 | 0.24 | 0.29 | 87.27 | 0.23 | 0.62 |
| Hex | A1 | B5 | 89 | B | 0 | 18 | 1D | 57 | 17 | 3E |
| Octal | 241 | 265 | 211 | 13 | 0 | 30 | 35 | 127 | 27 | 76 |
| Binary | 10100001 | 10110101 | 10001001 | 1011 | 0 | 11000 | 11101 | 1010111 | 10111 | 111110 |
Color Harmonies of #A1B589
Complementary color
Monochromatic Colors of #A1B589
Black with #A1B589
Text Example
Text Example
White with #A1B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B589; }
p { color: rgb(161,181,137); }
H1.HeaderClassName
{
color: #A1B589;
}
.AnyTagClassName
{
color: #A1B589;
}
</style>
background-color css
<style>
a { background-color: #A1B589; }
a { background-color: rgb(161,181,137); }
div.DivClassName
{
background-color: #A1B589;
}
.BgClassName
{
background-color: #A1B589;
}
</style>
border-color css
<style>
span { border-color: #A1B589; }
span { border-color: rgb(161,181,137); }
td.TdClassName
{
border-color: #A1B589;
}
.TagClassName
{
border-color: #A1B589;
}
</style>