Shades of Norway #A2BA82
Tints of Norway #A2BA82
RGB
CMYK
RGB Variations
Color information
#A2BA82 (or 0xA2BA82) is known color: Norway. HEX triplet: A2, BA and 82. RGB value is (162,186,130). Sum of RGB (Red+Green+Blue) = 162+186+130=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA82 is #5D457D. Grayscale: #ACACAC. Windows color (decimal): -6112638 or 8567458. OLE color: 8567458.
HSL color Cylindrical-coordinate representation of color #A2BA82: hue angle of 85.71º degrees, saturation: 0.29, 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 #A2BA82 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 130 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.27 |
| HSL | 85.71º | 0.29% | 0.62% | - |
| HSV(B) | 85.71º | 0.3% | 0.73% | - |
| XYZ | 36.49 | 44.41 | 27.77 | - |
| YUV | 172.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 130 | 0.13 | 0 | 0.30 | 0.27 | 85.71 | 0.29 | 0.62 |
| Hex | A2 | BA | 82 | D | 0 | 1E | 1B | 56 | 1D | 3E |
| Octal | 242 | 272 | 202 | 15 | 0 | 36 | 33 | 126 | 35 | 76 |
| Binary | 10100010 | 10111010 | 10000010 | 1101 | 0 | 11110 | 11011 | 1010110 | 11101 | 111110 |
Color Harmonies of #A2BA82
Complementary color
Monochromatic Colors of #A2BA82
Black with #A2BA82
Text Example
Text Example
White with #A2BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA82; }
p { color: rgb(162,186,130); }
H1.HeaderClassName
{
color: #A2BA82;
}
.AnyTagClassName
{
color: #A2BA82;
}
</style>
background-color css
<style>
a { background-color: #A2BA82; }
a { background-color: rgb(162,186,130); }
div.DivClassName
{
background-color: #A2BA82;
}
.BgClassName
{
background-color: #A2BA82;
}
</style>
border-color css
<style>
span { border-color: #A2BA82; }
span { border-color: rgb(162,186,130); }
td.TdClassName
{
border-color: #A2BA82;
}
.TagClassName
{
border-color: #A2BA82;
}
</style>