Shades of Norway #A2B393
Tints of Norway #A2B393
RGB
CMYK
RGB Variations
Color information
#A2B393 (or 0xA2B393) is known color: Norway. HEX triplet: A2, B3 and 93. RGB value is (162,179,147). Sum of RGB (Red+Green+Blue) = 162+179+147=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B393 is #5D4C6C. Grayscale: #AAAAAA. Windows color (decimal): -6114413 or 9679778. OLE color: 9679778.
HSL color Cylindrical-coordinate representation of color #A2B393: hue angle of 91.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2B393 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 147 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.30 |
| HSL | 91.88º | 0.17% | 0.64% | - |
| HSV(B) | 91.88º | 0.18% | 0.7% | - |
| XYZ | 36.29 | 42.03 | 33.8 | - |
| YUV | 170.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 147 | 0.09 | 0 | 0.18 | 0.30 | 91.88 | 0.17 | 0.64 |
| Hex | A2 | B3 | 93 | 9 | 0 | 12 | 1E | 5C | 11 | 40 |
| Octal | 242 | 263 | 223 | 11 | 0 | 22 | 36 | 134 | 21 | 100 |
| Binary | 10100010 | 10110011 | 10010011 | 1001 | 0 | 10010 | 11110 | 1011100 | 10001 | 1000000 |
Color Harmonies of #A2B393
Complementary color
Monochromatic Colors of #A2B393
Black with #A2B393
Text Example
Text Example
White with #A2B393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B393; }
p { color: rgb(162,179,147); }
H1.HeaderClassName
{
color: #A2B393;
}
.AnyTagClassName
{
color: #A2B393;
}
</style>
background-color css
<style>
a { background-color: #A2B393; }
a { background-color: rgb(162,179,147); }
div.DivClassName
{
background-color: #A2B393;
}
.BgClassName
{
background-color: #A2B393;
}
</style>
border-color css
<style>
span { border-color: #A2B393; }
span { border-color: rgb(162,179,147); }
td.TdClassName
{
border-color: #A2B393;
}
.TagClassName
{
border-color: #A2B393;
}
</style>