Shades of Norway #A2BA83
Tints of Norway #A2BA83
RGB
CMYK
RGB Variations
Color information
#A2BA83 (or 0xA2BA83) is known color: Norway. HEX triplet: A2, BA and 83. RGB value is (162,186,131). Sum of RGB (Red+Green+Blue) = 162+186+131=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA83 is #5D457C. Grayscale: #ACACAC. Windows color (decimal): -6112637 or 8632994. OLE color: 8632994.
HSL color Cylindrical-coordinate representation of color #A2BA83: hue angle of 86.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BA83 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 131 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.27 |
| HSL | 86.18º | 0.28% | 0.62% | - |
| HSV(B) | 86.18º | 0.3% | 0.73% | - |
| XYZ | 36.56 | 44.44 | 28.12 | - |
| YUV | 172.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 131 | 0.13 | 0 | 0.30 | 0.27 | 86.18 | 0.28 | 0.62 |
| Hex | A2 | BA | 83 | D | 0 | 1E | 1B | 56 | 1C | 3E |
| Octal | 242 | 272 | 203 | 15 | 0 | 36 | 33 | 126 | 34 | 76 |
| Binary | 10100010 | 10111010 | 10000011 | 1101 | 0 | 11110 | 11011 | 1010110 | 11100 | 111110 |
Color Harmonies of #A2BA83
Complementary color
Monochromatic Colors of #A2BA83
Black with #A2BA83
Text Example
Text Example
White with #A2BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA83; }
p { color: rgb(162,186,131); }
H1.HeaderClassName
{
color: #A2BA83;
}
.AnyTagClassName
{
color: #A2BA83;
}
</style>
background-color css
<style>
a { background-color: #A2BA83; }
a { background-color: rgb(162,186,131); }
div.DivClassName
{
background-color: #A2BA83;
}
.BgClassName
{
background-color: #A2BA83;
}
</style>
border-color css
<style>
span { border-color: #A2BA83; }
span { border-color: rgb(162,186,131); }
td.TdClassName
{
border-color: #A2BA83;
}
.TagClassName
{
border-color: #A2BA83;
}
</style>