Shades of Norway #A2BE91
Tints of Norway #A2BE91
RGB
CMYK
RGB Variations
Color information
#A2BE91 (or 0xA2BE91) is known color: Norway. HEX triplet: A2, BE and 91. RGB value is (162,190,145). Sum of RGB (Red+Green+Blue) = 162+190+145=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE91 is #5D416E. Grayscale: #B0B0B0. Windows color (decimal): -6111599 or 9551522. OLE color: 9551522.
HSL color Cylindrical-coordinate representation of color #A2BE91: hue angle of 97.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2BE91 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 145 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.25 |
| HSL | 97.33º | 0.26% | 0.66% | - |
| HSV(B) | 97.33º | 0.24% | 0.75% | - |
| XYZ | 38.42 | 46.55 | 33.75 | - |
| YUV | 176.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 145 | 0.15 | 0 | 0.24 | 0.25 | 97.33 | 0.26 | 0.66 |
| Hex | A2 | BE | 91 | F | 0 | 18 | 19 | 61 | 1A | 42 |
| Octal | 242 | 276 | 221 | 17 | 0 | 30 | 31 | 141 | 32 | 102 |
| Binary | 10100010 | 10111110 | 10010001 | 1111 | 0 | 11000 | 11001 | 1100001 | 11010 | 1000010 |
Color Harmonies of #A2BE91
Complementary color
Monochromatic Colors of #A2BE91
Black with #A2BE91
Text Example
Text Example
White with #A2BE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE91; }
p { color: rgb(162,190,145); }
H1.HeaderClassName
{
color: #A2BE91;
}
.AnyTagClassName
{
color: #A2BE91;
}
</style>
background-color css
<style>
a { background-color: #A2BE91; }
a { background-color: rgb(162,190,145); }
div.DivClassName
{
background-color: #A2BE91;
}
.BgClassName
{
background-color: #A2BE91;
}
</style>
border-color css
<style>
span { border-color: #A2BE91; }
span { border-color: rgb(162,190,145); }
td.TdClassName
{
border-color: #A2BE91;
}
.TagClassName
{
border-color: #A2BE91;
}
</style>