Shades of Norway #A2B492
Tints of Norway #A2B492
RGB
CMYK
RGB Variations
Color information
#A2B492 (or 0xA2B492) is known color: Norway. HEX triplet: A2, B4 and 92. RGB value is (162,180,146). Sum of RGB (Red+Green+Blue) = 162+180+146=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B492 is #5D4B6D. Grayscale: #AAAAAA. Windows color (decimal): -6114158 or 9614498. OLE color: 9614498.
HSL color Cylindrical-coordinate representation of color #A2B492: hue angle of 91.76º degrees, saturation: 0.18, 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 #A2B492 is Cyan = 0.1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 146 | - |
| CMYK | 0.1 | 0 | 0.19 | 0.29 |
| HSL | 91.76º | 0.18% | 0.64% | - |
| HSV(B) | 91.76º | 0.19% | 0.71% | - |
| XYZ | 36.41 | 42.4 | 33.46 | - |
| YUV | 170.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 146 | 0.1 | 0 | 0.19 | 0.29 | 91.76 | 0.18 | 0.64 |
| Hex | A2 | B4 | 92 | A | 0 | 13 | 1D | 5C | 12 | 40 |
| Octal | 242 | 264 | 222 | 12 | 0 | 23 | 35 | 134 | 22 | 100 |
| Binary | 10100010 | 10110100 | 10010010 | 1010 | 0 | 10011 | 11101 | 1011100 | 10010 | 1000000 |
Color Harmonies of #A2B492
Complementary color
Monochromatic Colors of #A2B492
Black with #A2B492
Text Example
Text Example
White with #A2B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B492; }
p { color: rgb(162,180,146); }
H1.HeaderClassName
{
color: #A2B492;
}
.AnyTagClassName
{
color: #A2B492;
}
</style>
background-color css
<style>
a { background-color: #A2B492; }
a { background-color: rgb(162,180,146); }
div.DivClassName
{
background-color: #A2B492;
}
.BgClassName
{
background-color: #A2B492;
}
</style>
border-color css
<style>
span { border-color: #A2B492; }
span { border-color: rgb(162,180,146); }
td.TdClassName
{
border-color: #A2B492;
}
.TagClassName
{
border-color: #A2B492;
}
</style>