Shades of Norway #A2BE8A
Tints of Norway #A2BE8A
RGB
CMYK
RGB Variations
Color information
#A2BE8A (or 0xA2BE8A) is known color: Norway. HEX triplet: A2, BE and 8A. RGB value is (162,190,138). Sum of RGB (Red+Green+Blue) = 162+190+138=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE8A is #5D4175. Grayscale: #AFAFAF. Windows color (decimal): -6111606 or 9092770. OLE color: 9092770.
HSL color Cylindrical-coordinate representation of color #A2BE8A: hue angle of 92.31º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BE8A is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 138 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.25 |
| HSL | 92.31º | 0.29% | 0.64% | - |
| HSV(B) | 92.31º | 0.27% | 0.75% | - |
| XYZ | 37.9 | 46.34 | 30.99 | - |
| YUV | 175.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 138 | 0.15 | 0 | 0.27 | 0.25 | 92.31 | 0.29 | 0.64 |
| Hex | A2 | BE | 8A | F | 0 | 1B | 19 | 5C | 1D | 40 |
| Octal | 242 | 276 | 212 | 17 | 0 | 33 | 31 | 134 | 35 | 100 |
| Binary | 10100010 | 10111110 | 10001010 | 1111 | 0 | 11011 | 11001 | 1011100 | 11101 | 1000000 |
Color Harmonies of #A2BE8A
Complementary color
Monochromatic Colors of #A2BE8A
Black with #A2BE8A
Text Example
Text Example
White with #A2BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE8A; }
p { color: rgb(162,190,138); }
H1.HeaderClassName
{
color: #A2BE8A;
}
.AnyTagClassName
{
color: #A2BE8A;
}
</style>
background-color css
<style>
a { background-color: #A2BE8A; }
a { background-color: rgb(162,190,138); }
div.DivClassName
{
background-color: #A2BE8A;
}
.BgClassName
{
background-color: #A2BE8A;
}
</style>
border-color css
<style>
span { border-color: #A2BE8A; }
span { border-color: rgb(162,190,138); }
td.TdClassName
{
border-color: #A2BE8A;
}
.TagClassName
{
border-color: #A2BE8A;
}
</style>