Shades of Norway #A2BD90
Tints of Norway #A2BD90
RGB
CMYK
RGB Variations
Color information
#A2BD90 (or 0xA2BD90) is known color: Norway. HEX triplet: A2, BD and 90. RGB value is (162,189,144). Sum of RGB (Red+Green+Blue) = 162+189+144=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD90 is #5D426F. Grayscale: #AFAFAF. Windows color (decimal): -6111856 or 9485730. OLE color: 9485730.
HSL color Cylindrical-coordinate representation of color #A2BD90: hue angle of 96º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2BD90 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 144 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.26 |
| HSL | 96º | 0.25% | 0.65% | - |
| HSV(B) | 96º | 0.24% | 0.74% | - |
| XYZ | 38.13 | 46.09 | 33.27 | - |
| YUV | 175.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 144 | 0.14 | 0 | 0.24 | 0.26 | 96 | 0.25 | 0.65 |
| Hex | A2 | BD | 90 | E | 0 | 18 | 1A | 60 | 19 | 41 |
| Octal | 242 | 275 | 220 | 16 | 0 | 30 | 32 | 140 | 31 | 101 |
| Binary | 10100010 | 10111101 | 10010000 | 1110 | 0 | 11000 | 11010 | 1100000 | 11001 | 1000001 |
Color Harmonies of #A2BD90
Complementary color
Monochromatic Colors of #A2BD90
Black with #A2BD90
Text Example
Text Example
White with #A2BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD90; }
p { color: rgb(162,189,144); }
H1.HeaderClassName
{
color: #A2BD90;
}
.AnyTagClassName
{
color: #A2BD90;
}
</style>
background-color css
<style>
a { background-color: #A2BD90; }
a { background-color: rgb(162,189,144); }
div.DivClassName
{
background-color: #A2BD90;
}
.BgClassName
{
background-color: #A2BD90;
}
</style>
border-color css
<style>
span { border-color: #A2BD90; }
span { border-color: rgb(162,189,144); }
td.TdClassName
{
border-color: #A2BD90;
}
.TagClassName
{
border-color: #A2BD90;
}
</style>