Shades of Norway #A1B586
Tints of Norway #A1B586
RGB
CMYK
RGB Variations
Color information
#A1B586 (or 0xA1B586) is known color: Norway. HEX triplet: A1, B5 and 86. RGB value is (161,181,134). Sum of RGB (Red+Green+Blue) = 161+181+134=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B586 is #5E4A79. Grayscale: #A9A9A9. Windows color (decimal): -6179450 or 8828321. OLE color: 8828321.
HSL color Cylindrical-coordinate representation of color #A1B586: hue angle of 85.53º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1B586 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 134 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.29 |
| HSL | 85.53º | 0.24% | 0.62% | - |
| HSV(B) | 85.53º | 0.26% | 0.71% | - |
| XYZ | 35.52 | 42.35 | 28.86 | - |
| YUV | 169.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 134 | 0.11 | 0 | 0.26 | 0.29 | 85.53 | 0.24 | 0.62 |
| Hex | A1 | B5 | 86 | B | 0 | 1A | 1D | 56 | 18 | 3E |
| Octal | 241 | 265 | 206 | 13 | 0 | 32 | 35 | 126 | 30 | 76 |
| Binary | 10100001 | 10110101 | 10000110 | 1011 | 0 | 11010 | 11101 | 1010110 | 11000 | 111110 |
Color Harmonies of #A1B586
Complementary color
Monochromatic Colors of #A1B586
Black with #A1B586
Text Example
Text Example
White with #A1B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B586; }
p { color: rgb(161,181,134); }
H1.HeaderClassName
{
color: #A1B586;
}
.AnyTagClassName
{
color: #A1B586;
}
</style>
background-color css
<style>
a { background-color: #A1B586; }
a { background-color: rgb(161,181,134); }
div.DivClassName
{
background-color: #A1B586;
}
.BgClassName
{
background-color: #A1B586;
}
</style>
border-color css
<style>
span { border-color: #A1B586; }
span { border-color: rgb(161,181,134); }
td.TdClassName
{
border-color: #A1B586;
}
.TagClassName
{
border-color: #A1B586;
}
</style>