Shades of Norway #A2B488
Tints of Norway #A2B488
RGB
CMYK
RGB Variations
Color information
#A2B488 (or 0xA2B488) is known color: Norway. HEX triplet: A2, B4 and 88. RGB value is (162,180,136). Sum of RGB (Red+Green+Blue) = 162+180+136=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B488 is #5D4B77. Grayscale: #A9A9A9. Windows color (decimal): -6114168 or 8959138. OLE color: 8959138.
HSL color Cylindrical-coordinate representation of color #A2B488: hue angle of 84.55º 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 #A2B488 is Cyan = 0.1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 136 | - |
| CMYK | 0.1 | 0 | 0.24 | 0.29 |
| HSL | 84.55º | 0.23% | 0.62% | - |
| HSV(B) | 84.55º | 0.24% | 0.71% | - |
| XYZ | 35.67 | 42.1 | 29.54 | - |
| YUV | 169.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 136 | 0.1 | 0 | 0.24 | 0.29 | 84.55 | 0.23 | 0.62 |
| Hex | A2 | B4 | 88 | A | 0 | 18 | 1D | 55 | 17 | 3E |
| Octal | 242 | 264 | 210 | 12 | 0 | 30 | 35 | 125 | 27 | 76 |
| Binary | 10100010 | 10110100 | 10001000 | 1010 | 0 | 11000 | 11101 | 1010101 | 10111 | 111110 |
Color Harmonies of #A2B488
Complementary color
Monochromatic Colors of #A2B488
Black with #A2B488
Text Example
Text Example
White with #A2B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B488; }
p { color: rgb(162,180,136); }
H1.HeaderClassName
{
color: #A2B488;
}
.AnyTagClassName
{
color: #A2B488;
}
</style>
background-color css
<style>
a { background-color: #A2B488; }
a { background-color: rgb(162,180,136); }
div.DivClassName
{
background-color: #A2B488;
}
.BgClassName
{
background-color: #A2B488;
}
</style>
border-color css
<style>
span { border-color: #A2B488; }
span { border-color: rgb(162,180,136); }
td.TdClassName
{
border-color: #A2B488;
}
.TagClassName
{
border-color: #A2B488;
}
</style>