Shades of Norway #A2BE8F
Tints of Norway #A2BE8F
RGB
CMYK
RGB Variations
Color information
#A2BE8F (or 0xA2BE8F) is known color: Norway. HEX triplet: A2, BE and 8F. RGB value is (162,190,143). Sum of RGB (Red+Green+Blue) = 162+190+143=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE8F is #5D4170. Grayscale: #B0B0B0. Windows color (decimal): -6111601 or 9420450. OLE color: 9420450.
HSL color Cylindrical-coordinate representation of color #A2BE8F: hue angle of 95.74º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2BE8F is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 143 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.25 |
| HSL | 95.74º | 0.27% | 0.65% | - |
| HSV(B) | 95.74º | 0.25% | 0.75% | - |
| XYZ | 38.27 | 46.49 | 32.94 | - |
| YUV | 176.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 143 | 0.15 | 0 | 0.25 | 0.25 | 95.74 | 0.27 | 0.65 |
| Hex | A2 | BE | 8F | F | 0 | 19 | 19 | 60 | 1B | 41 |
| Octal | 242 | 276 | 217 | 17 | 0 | 31 | 31 | 140 | 33 | 101 |
| Binary | 10100010 | 10111110 | 10001111 | 1111 | 0 | 11001 | 11001 | 1100000 | 11011 | 1000001 |
Color Harmonies of #A2BE8F
Complementary color
Monochromatic Colors of #A2BE8F
Black with #A2BE8F
Text Example
Text Example
White with #A2BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE8F; }
p { color: rgb(162,190,143); }
H1.HeaderClassName
{
color: #A2BE8F;
}
.AnyTagClassName
{
color: #A2BE8F;
}
</style>
background-color css
<style>
a { background-color: #A2BE8F; }
a { background-color: rgb(162,190,143); }
div.DivClassName
{
background-color: #A2BE8F;
}
.BgClassName
{
background-color: #A2BE8F;
}
</style>
border-color css
<style>
span { border-color: #A2BE8F; }
span { border-color: rgb(162,190,143); }
td.TdClassName
{
border-color: #A2BE8F;
}
.TagClassName
{
border-color: #A2BE8F;
}
</style>