Shades of Norway #A0B590
Tints of Norway #A0B590
RGB
CMYK
RGB Variations
Color information
#A0B590 (or 0xA0B590) is known color: Norway. HEX triplet: A0, B5 and 90. RGB value is (160,181,144). Sum of RGB (Red+Green+Blue) = 160+181+144=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B590 is #5F4A6F. Grayscale: #AAAAAA. Windows color (decimal): -6244976 or 9483680. OLE color: 9483680.
HSL color Cylindrical-coordinate representation of color #A0B590: hue angle of 94.05º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0B590 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 144 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.29 |
| HSL | 94.05º | 0.2% | 0.64% | - |
| HSV(B) | 94.05º | 0.2% | 0.71% | - |
| XYZ | 36.06 | 42.53 | 32.7 | - |
| YUV | 170.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 144 | 0.12 | 0 | 0.20 | 0.29 | 94.05 | 0.2 | 0.64 |
| Hex | A0 | B5 | 90 | C | 0 | 14 | 1D | 5E | 14 | 40 |
| Octal | 240 | 265 | 220 | 14 | 0 | 24 | 35 | 136 | 24 | 100 |
| Binary | 10100000 | 10110101 | 10010000 | 1100 | 0 | 10100 | 11101 | 1011110 | 10100 | 1000000 |
Color Harmonies of #A0B590
Complementary color
Monochromatic Colors of #A0B590
Black with #A0B590
Text Example
Text Example
White with #A0B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B590; }
p { color: rgb(160,181,144); }
H1.HeaderClassName
{
color: #A0B590;
}
.AnyTagClassName
{
color: #A0B590;
}
</style>
background-color css
<style>
a { background-color: #A0B590; }
a { background-color: rgb(160,181,144); }
div.DivClassName
{
background-color: #A0B590;
}
.BgClassName
{
background-color: #A0B590;
}
</style>
border-color css
<style>
span { border-color: #A0B590; }
span { border-color: rgb(160,181,144); }
td.TdClassName
{
border-color: #A0B590;
}
.TagClassName
{
border-color: #A0B590;
}
</style>