Shades of Norway #A2B793
Tints of Norway #A2B793
RGB
CMYK
RGB Variations
Color information
#A2B793 (or 0xA2B793) is known color: Norway. HEX triplet: A2, B7 and 93. RGB value is (162,183,147). Sum of RGB (Red+Green+Blue) = 162+183+147=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B793 is #5D486C. Grayscale: #ACACAC. Windows color (decimal): -6113389 or 9680802. OLE color: 9680802.
HSL color Cylindrical-coordinate representation of color #A2B793: hue angle of 95º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2B793 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 147 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.28 |
| HSL | 95º | 0.2% | 0.65% | - |
| HSV(B) | 95º | 0.2% | 0.72% | - |
| XYZ | 37.1 | 43.65 | 34.07 | - |
| YUV | 172.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 147 | 0.11 | 0 | 0.20 | 0.28 | 95 | 0.2 | 0.65 |
| Hex | A2 | B7 | 93 | B | 0 | 14 | 1C | 5F | 14 | 41 |
| Octal | 242 | 267 | 223 | 13 | 0 | 24 | 34 | 137 | 24 | 101 |
| Binary | 10100010 | 10110111 | 10010011 | 1011 | 0 | 10100 | 11100 | 1011111 | 10100 | 1000001 |
Color Harmonies of #A2B793
Complementary color
Monochromatic Colors of #A2B793
Black with #A2B793
Text Example
Text Example
White with #A2B793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B793; }
p { color: rgb(162,183,147); }
H1.HeaderClassName
{
color: #A2B793;
}
.AnyTagClassName
{
color: #A2B793;
}
</style>
background-color css
<style>
a { background-color: #A2B793; }
a { background-color: rgb(162,183,147); }
div.DivClassName
{
background-color: #A2B793;
}
.BgClassName
{
background-color: #A2B793;
}
</style>
border-color css
<style>
span { border-color: #A2B793; }
span { border-color: rgb(162,183,147); }
td.TdClassName
{
border-color: #A2B793;
}
.TagClassName
{
border-color: #A2B793;
}
</style>