Shades of Norway #A2B690
Tints of Norway #A2B690
RGB
CMYK
RGB Variations
Color information
#A2B690 (or 0xA2B690) is known color: Norway. HEX triplet: A2, B6 and 90. RGB value is (162,182,144). Sum of RGB (Red+Green+Blue) = 162+182+144=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B690 is #5D496F. Grayscale: #ABABAB. Windows color (decimal): -6113648 or 9483938. OLE color: 9483938.
HSL color Cylindrical-coordinate representation of color #A2B690: hue angle of 91.58º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B690 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 144 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.29 |
| HSL | 91.58º | 0.21% | 0.64% | - |
| HSV(B) | 91.58º | 0.21% | 0.71% | - |
| XYZ | 36.66 | 43.15 | 32.78 | - |
| YUV | 171.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 144 | 0.11 | 0 | 0.21 | 0.29 | 91.58 | 0.21 | 0.64 |
| Hex | A2 | B6 | 90 | B | 0 | 15 | 1D | 5C | 15 | 40 |
| Octal | 242 | 266 | 220 | 13 | 0 | 25 | 35 | 134 | 25 | 100 |
| Binary | 10100010 | 10110110 | 10010000 | 1011 | 0 | 10101 | 11101 | 1011100 | 10101 | 1000000 |
Color Harmonies of #A2B690
Complementary color
Monochromatic Colors of #A2B690
Black with #A2B690
Text Example
Text Example
White with #A2B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B690; }
p { color: rgb(162,182,144); }
H1.HeaderClassName
{
color: #A2B690;
}
.AnyTagClassName
{
color: #A2B690;
}
</style>
background-color css
<style>
a { background-color: #A2B690; }
a { background-color: rgb(162,182,144); }
div.DivClassName
{
background-color: #A2B690;
}
.BgClassName
{
background-color: #A2B690;
}
</style>
border-color css
<style>
span { border-color: #A2B690; }
span { border-color: rgb(162,182,144); }
td.TdClassName
{
border-color: #A2B690;
}
.TagClassName
{
border-color: #A2B690;
}
</style>