Shades of Norway #A2B58E
Tints of Norway #A2B58E
RGB
CMYK
RGB Variations
Color information
#A2B58E (or 0xA2B58E) is known color: Norway. HEX triplet: A2, B5 and 8E. RGB value is (162,181,142). Sum of RGB (Red+Green+Blue) = 162+181+142=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B58E is #5D4A71. Grayscale: #ABABAB. Windows color (decimal): -6113906 or 9352610. OLE color: 9352610.
HSL color Cylindrical-coordinate representation of color #A2B58E: hue angle of 89.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2B58E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 142 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.29 |
| HSL | 89.23º | 0.21% | 0.63% | - |
| HSV(B) | 89.23º | 0.22% | 0.71% | - |
| XYZ | 36.31 | 42.68 | 31.92 | - |
| YUV | 170.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 142 | 0.10 | 0 | 0.22 | 0.29 | 89.23 | 0.21 | 0.63 |
| Hex | A2 | B5 | 8E | A | 0 | 16 | 1D | 59 | 15 | 3F |
| Octal | 242 | 265 | 216 | 12 | 0 | 26 | 35 | 131 | 25 | 77 |
| Binary | 10100010 | 10110101 | 10001110 | 1010 | 0 | 10110 | 11101 | 1011001 | 10101 | 111111 |
Color Harmonies of #A2B58E
Complementary color
Monochromatic Colors of #A2B58E
Black with #A2B58E
Text Example
Text Example
White with #A2B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B58E; }
p { color: rgb(162,181,142); }
H1.HeaderClassName
{
color: #A2B58E;
}
.AnyTagClassName
{
color: #A2B58E;
}
</style>
background-color css
<style>
a { background-color: #A2B58E; }
a { background-color: rgb(162,181,142); }
div.DivClassName
{
background-color: #A2B58E;
}
.BgClassName
{
background-color: #A2B58E;
}
</style>
border-color css
<style>
span { border-color: #A2B58E; }
span { border-color: rgb(162,181,142); }
td.TdClassName
{
border-color: #A2B58E;
}
.TagClassName
{
border-color: #A2B58E;
}
</style>