Shades of Norway #A2B591
Tints of Norway #A2B591
RGB
CMYK
RGB Variations
Color information
#A2B591 (or 0xA2B591) is known color: Norway. HEX triplet: A2, B5 and 91. RGB value is (162,181,145). Sum of RGB (Red+Green+Blue) = 162+181+145=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B591 is #5D4A6E. Grayscale: #ABABAB. Windows color (decimal): -6113903 or 9549218. OLE color: 9549218.
HSL color Cylindrical-coordinate representation of color #A2B591: hue angle of 91.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2B591 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 145 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.29 |
| HSL | 91.67º | 0.2% | 0.64% | - |
| HSV(B) | 91.67º | 0.2% | 0.71% | - |
| XYZ | 36.54 | 42.77 | 33.12 | - |
| YUV | 171.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 145 | 0.10 | 0 | 0.20 | 0.29 | 91.67 | 0.2 | 0.64 |
| Hex | A2 | B5 | 91 | A | 0 | 14 | 1D | 5C | 14 | 40 |
| Octal | 242 | 265 | 221 | 12 | 0 | 24 | 35 | 134 | 24 | 100 |
| Binary | 10100010 | 10110101 | 10010001 | 1010 | 0 | 10100 | 11101 | 1011100 | 10100 | 1000000 |
Color Harmonies of #A2B591
Complementary color
Monochromatic Colors of #A2B591
Black with #A2B591
Text Example
Text Example
White with #A2B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B591; }
p { color: rgb(162,181,145); }
H1.HeaderClassName
{
color: #A2B591;
}
.AnyTagClassName
{
color: #A2B591;
}
</style>
background-color css
<style>
a { background-color: #A2B591; }
a { background-color: rgb(162,181,145); }
div.DivClassName
{
background-color: #A2B591;
}
.BgClassName
{
background-color: #A2B591;
}
</style>
border-color css
<style>
span { border-color: #A2B591; }
span { border-color: rgb(162,181,145); }
td.TdClassName
{
border-color: #A2B591;
}
.TagClassName
{
border-color: #A2B591;
}
</style>