Shades of Norway #A2BF82
Tints of Norway #A2BF82
RGB
CMYK
RGB Variations
Color information
#A2BF82 (or 0xA2BF82) is known color: Norway. HEX triplet: A2, BF and 82. RGB value is (162,191,130). Sum of RGB (Red+Green+Blue) = 162+191+130=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BF82 is #5D407D. Grayscale: #AFAFAF. Windows color (decimal): -6111358 or 8568738. OLE color: 8568738.
HSL color Cylindrical-coordinate representation of color #A2BF82: hue angle of 88.52º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BF82 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 130 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.25 |
| HSL | 88.52º | 0.32% | 0.63% | - |
| HSV(B) | 88.52º | 0.32% | 0.75% | - |
| XYZ | 37.56 | 46.55 | 28.13 | - |
| YUV | 175.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 130 | 0.15 | 0 | 0.32 | 0.25 | 88.52 | 0.32 | 0.63 |
| Hex | A2 | BF | 82 | F | 0 | 20 | 19 | 59 | 20 | 3F |
| Octal | 242 | 277 | 202 | 17 | 0 | 40 | 31 | 131 | 40 | 77 |
| Binary | 10100010 | 10111111 | 10000010 | 1111 | 0 | 100000 | 11001 | 1011001 | 100000 | 111111 |
Color Harmonies of #A2BF82
Complementary color
Monochromatic Colors of #A2BF82
Black with #A2BF82
Text Example
Text Example
White with #A2BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF82; }
p { color: rgb(162,191,130); }
H1.HeaderClassName
{
color: #A2BF82;
}
.AnyTagClassName
{
color: #A2BF82;
}
</style>
background-color css
<style>
a { background-color: #A2BF82; }
a { background-color: rgb(162,191,130); }
div.DivClassName
{
background-color: #A2BF82;
}
.BgClassName
{
background-color: #A2BF82;
}
</style>
border-color css
<style>
span { border-color: #A2BF82; }
span { border-color: rgb(162,191,130); }
td.TdClassName
{
border-color: #A2BF82;
}
.TagClassName
{
border-color: #A2BF82;
}
</style>