Shades of Norway #A2B588
Tints of Norway #A2B588
RGB
CMYK
RGB Variations
Color information
#A2B588 (or 0xA2B588) is known color: Norway. HEX triplet: A2, B5 and 88. RGB value is (162,181,136). Sum of RGB (Red+Green+Blue) = 162+181+136=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B588 is #5D4A77. Grayscale: #AAAAAA. Windows color (decimal): -6113912 or 8959394. OLE color: 8959394.
HSL color Cylindrical-coordinate representation of color #A2B588: hue angle of 85.33º 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 #A2B588 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 136 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.29 |
| HSL | 85.33º | 0.23% | 0.62% | - |
| HSV(B) | 85.33º | 0.25% | 0.71% | - |
| XYZ | 35.87 | 42.51 | 29.61 | - |
| YUV | 170.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 136 | 0.10 | 0 | 0.25 | 0.29 | 85.33 | 0.23 | 0.62 |
| Hex | A2 | B5 | 88 | A | 0 | 19 | 1D | 55 | 17 | 3E |
| Octal | 242 | 265 | 210 | 12 | 0 | 31 | 35 | 125 | 27 | 76 |
| Binary | 10100010 | 10110101 | 10001000 | 1010 | 0 | 11001 | 11101 | 1010101 | 10111 | 111110 |
Color Harmonies of #A2B588
Complementary color
Monochromatic Colors of #A2B588
Black with #A2B588
Text Example
Text Example
White with #A2B588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B588; }
p { color: rgb(162,181,136); }
H1.HeaderClassName
{
color: #A2B588;
}
.AnyTagClassName
{
color: #A2B588;
}
</style>
background-color css
<style>
a { background-color: #A2B588; }
a { background-color: rgb(162,181,136); }
div.DivClassName
{
background-color: #A2B588;
}
.BgClassName
{
background-color: #A2B588;
}
</style>
border-color css
<style>
span { border-color: #A2B588; }
span { border-color: rgb(162,181,136); }
td.TdClassName
{
border-color: #A2B588;
}
.TagClassName
{
border-color: #A2B588;
}
</style>