Shades of Norway #A0B390
Tints of Norway #A0B390
RGB
CMYK
RGB Variations
Color information
#A0B390 (or 0xA0B390) is known color: Norway. HEX triplet: A0, B3 and 90. RGB value is (160,179,144). Sum of RGB (Red+Green+Blue) = 160+179+144=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B390 is #5F4C6F. Grayscale: #A9A9A9. Windows color (decimal): -6245488 or 9483168. OLE color: 9483168.
HSL color Cylindrical-coordinate representation of color #A0B390: hue angle of 92.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0B390 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 144 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.30 |
| HSL | 92.57º | 0.19% | 0.63% | - |
| HSV(B) | 92.57º | 0.2% | 0.7% | - |
| XYZ | 35.65 | 41.73 | 32.56 | - |
| YUV | 169.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 144 | 0.11 | 0 | 0.20 | 0.30 | 92.57 | 0.19 | 0.63 |
| Hex | A0 | B3 | 90 | B | 0 | 14 | 1E | 5D | 13 | 3F |
| Octal | 240 | 263 | 220 | 13 | 0 | 24 | 36 | 135 | 23 | 77 |
| Binary | 10100000 | 10110011 | 10010000 | 1011 | 0 | 10100 | 11110 | 1011101 | 10011 | 111111 |
Color Harmonies of #A0B390
Complementary color
Monochromatic Colors of #A0B390
Black with #A0B390
Text Example
Text Example
White with #A0B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B390; }
p { color: rgb(160,179,144); }
H1.HeaderClassName
{
color: #A0B390;
}
.AnyTagClassName
{
color: #A0B390;
}
</style>
background-color css
<style>
a { background-color: #A0B390; }
a { background-color: rgb(160,179,144); }
div.DivClassName
{
background-color: #A0B390;
}
.BgClassName
{
background-color: #A0B390;
}
</style>
border-color css
<style>
span { border-color: #A0B390; }
span { border-color: rgb(160,179,144); }
td.TdClassName
{
border-color: #A0B390;
}
.TagClassName
{
border-color: #A0B390;
}
</style>