Shades of Norway #A1B389
Tints of Norway #A1B389
RGB
CMYK
RGB Variations
Color information
#A1B389 (or 0xA1B389) is known color: Norway. HEX triplet: A1, B3 and 89. RGB value is (161,179,137). Sum of RGB (Red+Green+Blue) = 161+179+137=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B389 is #5E4C76. Grayscale: #A8A8A8. Windows color (decimal): -6179959 or 9024417. OLE color: 9024417.
HSL color Cylindrical-coordinate representation of color #A1B389: hue angle of 85.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1B389 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 137 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.30 |
| HSL | 85.71º | 0.22% | 0.62% | - |
| HSV(B) | 85.71º | 0.23% | 0.7% | - |
| XYZ | 35.33 | 41.62 | 29.84 | - |
| YUV | 168.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 137 | 0.10 | 0 | 0.23 | 0.30 | 85.71 | 0.22 | 0.62 |
| Hex | A1 | B3 | 89 | A | 0 | 17 | 1E | 56 | 16 | 3E |
| Octal | 241 | 263 | 211 | 12 | 0 | 27 | 36 | 126 | 26 | 76 |
| Binary | 10100001 | 10110011 | 10001001 | 1010 | 0 | 10111 | 11110 | 1010110 | 10110 | 111110 |
Color Harmonies of #A1B389
Complementary color
Monochromatic Colors of #A1B389
Black with #A1B389
Text Example
Text Example
White with #A1B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B389; }
p { color: rgb(161,179,137); }
H1.HeaderClassName
{
color: #A1B389;
}
.AnyTagClassName
{
color: #A1B389;
}
</style>
background-color css
<style>
a { background-color: #A1B389; }
a { background-color: rgb(161,179,137); }
div.DivClassName
{
background-color: #A1B389;
}
.BgClassName
{
background-color: #A1B389;
}
</style>
border-color css
<style>
span { border-color: #A1B389; }
span { border-color: rgb(161,179,137); }
td.TdClassName
{
border-color: #A1B389;
}
.TagClassName
{
border-color: #A1B389;
}
</style>