Shades of Norway #A5B390
Tints of Norway #A5B390
RGB
CMYK
RGB Variations
Color information
#A5B390 (or 0xA5B390) is known color: Norway. HEX triplet: A5, B3 and 90. RGB value is (165,179,144). Sum of RGB (Red+Green+Blue) = 165+179+144=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B390 is #5A4C6F. Grayscale: #AAAAAA. Windows color (decimal): -5917808 or 9483173. OLE color: 9483173.
HSL color Cylindrical-coordinate representation of color #A5B390: hue angle of 84º 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 #A5B390 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 144 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.30 |
| HSL | 84º | 0.19% | 0.63% | - |
| HSV(B) | 84º | 0.2% | 0.7% | - |
| XYZ | 36.67 | 42.25 | 32.61 | - |
| YUV | 170.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 144 | 0.08 | 0 | 0.20 | 0.30 | 84 | 0.19 | 0.63 |
| Hex | A5 | B3 | 90 | 8 | 0 | 14 | 1E | 54 | 13 | 3F |
| Octal | 245 | 263 | 220 | 10 | 0 | 24 | 36 | 124 | 23 | 77 |
| Binary | 10100101 | 10110011 | 10010000 | 1000 | 0 | 10100 | 11110 | 1010100 | 10011 | 111111 |
Color Harmonies of #A5B390
Complementary color
Monochromatic Colors of #A5B390
Black with #A5B390
Text Example
Text Example
White with #A5B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B390; }
p { color: rgb(165,179,144); }
H1.HeaderClassName
{
color: #A5B390;
}
.AnyTagClassName
{
color: #A5B390;
}
</style>
background-color css
<style>
a { background-color: #A5B390; }
a { background-color: rgb(165,179,144); }
div.DivClassName
{
background-color: #A5B390;
}
.BgClassName
{
background-color: #A5B390;
}
</style>
border-color css
<style>
span { border-color: #A5B390; }
span { border-color: rgb(165,179,144); }
td.TdClassName
{
border-color: #A5B390;
}
.TagClassName
{
border-color: #A5B390;
}
</style>