Shades of Norway #A2BE92
Tints of Norway #A2BE92
RGB
CMYK
RGB Variations
Color information
#A2BE92 (or 0xA2BE92) is known color: Norway. HEX triplet: A2, BE and 92. RGB value is (162,190,146). Sum of RGB (Red+Green+Blue) = 162+190+146=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE92 is #5D416D. Grayscale: #B0B0B0. Windows color (decimal): -6111598 or 9617058. OLE color: 9617058.
HSL color Cylindrical-coordinate representation of color #A2BE92: hue angle of 98.18º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2BE92 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 146 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.25 |
| HSL | 98.18º | 0.25% | 0.66% | - |
| HSV(B) | 98.18º | 0.23% | 0.75% | - |
| XYZ | 38.5 | 46.58 | 34.16 | - |
| YUV | 176.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 146 | 0.15 | 0 | 0.23 | 0.25 | 98.18 | 0.25 | 0.66 |
| Hex | A2 | BE | 92 | F | 0 | 17 | 19 | 62 | 19 | 42 |
| Octal | 242 | 276 | 222 | 17 | 0 | 27 | 31 | 142 | 31 | 102 |
| Binary | 10100010 | 10111110 | 10010010 | 1111 | 0 | 10111 | 11001 | 1100010 | 11001 | 1000010 |
Color Harmonies of #A2BE92
Complementary color
Monochromatic Colors of #A2BE92
Black with #A2BE92
Text Example
Text Example
White with #A2BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE92; }
p { color: rgb(162,190,146); }
H1.HeaderClassName
{
color: #A2BE92;
}
.AnyTagClassName
{
color: #A2BE92;
}
</style>
background-color css
<style>
a { background-color: #A2BE92; }
a { background-color: rgb(162,190,146); }
div.DivClassName
{
background-color: #A2BE92;
}
.BgClassName
{
background-color: #A2BE92;
}
</style>
border-color css
<style>
span { border-color: #A2BE92; }
span { border-color: rgb(162,190,146); }
td.TdClassName
{
border-color: #A2BE92;
}
.TagClassName
{
border-color: #A2BE92;
}
</style>