Shades of Norway #A2BE89
Tints of Norway #A2BE89
RGB
CMYK
RGB Variations
Color information
#A2BE89 (or 0xA2BE89) is known color: Norway. HEX triplet: A2, BE and 89. RGB value is (162,190,137). Sum of RGB (Red+Green+Blue) = 162+190+137=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE89 is #5D4176. Grayscale: #AFAFAF. Windows color (decimal): -6111607 or 9027234. OLE color: 9027234.
HSL color Cylindrical-coordinate representation of color #A2BE89: hue angle of 91.7º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2BE89 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 137 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.25 |
| HSL | 91.7º | 0.29% | 0.64% | - |
| HSV(B) | 91.7º | 0.28% | 0.75% | - |
| XYZ | 37.83 | 46.31 | 30.61 | - |
| YUV | 175.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 137 | 0.15 | 0 | 0.28 | 0.25 | 91.7 | 0.29 | 0.64 |
| Hex | A2 | BE | 89 | F | 0 | 1C | 19 | 5C | 1D | 40 |
| Octal | 242 | 276 | 211 | 17 | 0 | 34 | 31 | 134 | 35 | 100 |
| Binary | 10100010 | 10111110 | 10001001 | 1111 | 0 | 11100 | 11001 | 1011100 | 11101 | 1000000 |
Color Harmonies of #A2BE89
Complementary color
Monochromatic Colors of #A2BE89
Black with #A2BE89
Text Example
Text Example
White with #A2BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE89; }
p { color: rgb(162,190,137); }
H1.HeaderClassName
{
color: #A2BE89;
}
.AnyTagClassName
{
color: #A2BE89;
}
</style>
background-color css
<style>
a { background-color: #A2BE89; }
a { background-color: rgb(162,190,137); }
div.DivClassName
{
background-color: #A2BE89;
}
.BgClassName
{
background-color: #A2BE89;
}
</style>
border-color css
<style>
span { border-color: #A2BE89; }
span { border-color: rgb(162,190,137); }
td.TdClassName
{
border-color: #A2BE89;
}
.TagClassName
{
border-color: #A2BE89;
}
</style>