Shades of Norway #A2B491
Tints of Norway #A2B491
RGB
CMYK
RGB Variations
Color information
#A2B491 (or 0xA2B491) is known color: Norway. HEX triplet: A2, B4 and 91. RGB value is (162,180,145). Sum of RGB (Red+Green+Blue) = 162+180+145=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B491 is #5D4B6E. Grayscale: #AAAAAA. Windows color (decimal): -6114159 or 9548962. OLE color: 9548962.
HSL color Cylindrical-coordinate representation of color #A2B491: hue angle of 90.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2B491 is Cyan = 0.1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 145 | - |
| CMYK | 0.1 | 0 | 0.19 | 0.29 |
| HSL | 90.86º | 0.19% | 0.64% | - |
| HSV(B) | 90.86º | 0.19% | 0.71% | - |
| XYZ | 36.33 | 42.37 | 33.05 | - |
| YUV | 170.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 145 | 0.1 | 0 | 0.19 | 0.29 | 90.86 | 0.19 | 0.64 |
| Hex | A2 | B4 | 91 | A | 0 | 13 | 1D | 5B | 13 | 40 |
| Octal | 242 | 264 | 221 | 12 | 0 | 23 | 35 | 133 | 23 | 100 |
| Binary | 10100010 | 10110100 | 10010001 | 1010 | 0 | 10011 | 11101 | 1011011 | 10011 | 1000000 |
Color Harmonies of #A2B491
Complementary color
Monochromatic Colors of #A2B491
Black with #A2B491
Text Example
Text Example
White with #A2B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B491; }
p { color: rgb(162,180,145); }
H1.HeaderClassName
{
color: #A2B491;
}
.AnyTagClassName
{
color: #A2B491;
}
</style>
background-color css
<style>
a { background-color: #A2B491; }
a { background-color: rgb(162,180,145); }
div.DivClassName
{
background-color: #A2B491;
}
.BgClassName
{
background-color: #A2B491;
}
</style>
border-color css
<style>
span { border-color: #A2B491; }
span { border-color: rgb(162,180,145); }
td.TdClassName
{
border-color: #A2B491;
}
.TagClassName
{
border-color: #A2B491;
}
</style>