Shades of Norway #A1B588
Tints of Norway #A1B588
RGB
CMYK
RGB Variations
Color information
#A1B588 (or 0xA1B588) is known color: Norway. HEX triplet: A1, B5 and 88. RGB value is (161,181,136). Sum of RGB (Red+Green+Blue) = 161+181+136=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B588 is #5E4A77. Grayscale: #AAAAAA. Windows color (decimal): -6179448 or 8959393. OLE color: 8959393.
HSL color Cylindrical-coordinate representation of color #A1B588: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1B588 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 136 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.29 |
| HSL | 86.67º | 0.23% | 0.62% | - |
| HSV(B) | 86.67º | 0.25% | 0.71% | - |
| XYZ | 35.67 | 42.4 | 29.6 | - |
| YUV | 169.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 136 | 0.11 | 0 | 0.25 | 0.29 | 86.67 | 0.23 | 0.62 |
| Hex | A1 | B5 | 88 | B | 0 | 19 | 1D | 57 | 17 | 3E |
| Octal | 241 | 265 | 210 | 13 | 0 | 31 | 35 | 127 | 27 | 76 |
| Binary | 10100001 | 10110101 | 10001000 | 1011 | 0 | 11001 | 11101 | 1010111 | 10111 | 111110 |
Color Harmonies of #A1B588
Complementary color
Monochromatic Colors of #A1B588
Black with #A1B588
Text Example
Text Example
White with #A1B588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B588; }
p { color: rgb(161,181,136); }
H1.HeaderClassName
{
color: #A1B588;
}
.AnyTagClassName
{
color: #A1B588;
}
</style>
background-color css
<style>
a { background-color: #A1B588; }
a { background-color: rgb(161,181,136); }
div.DivClassName
{
background-color: #A1B588;
}
.BgClassName
{
background-color: #A1B588;
}
</style>
border-color css
<style>
span { border-color: #A1B588; }
span { border-color: rgb(161,181,136); }
td.TdClassName
{
border-color: #A1B588;
}
.TagClassName
{
border-color: #A1B588;
}
</style>