Shades of Norway #9DB490
Tints of Norway #9DB490
RGB
CMYK
RGB Variations
Color information
#9DB490 (or 0x9DB490) is known color: Norway. HEX triplet: 9D, B4 and 90. RGB value is (157,180,144). Sum of RGB (Red+Green+Blue) = 157+180+144=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB490 is #624B6F. Grayscale: #A9A9A9. Windows color (decimal): -6441840 or 9483421. OLE color: 9483421.
HSL color Cylindrical-coordinate representation of color #9DB490: hue angle of 98.33º degrees, saturation: 0.19, 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 #9DB490 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 144 | - |
| CMYK | 0.13 | 0 | 0.2 | 0.29 |
| HSL | 98.33º | 0.19% | 0.64% | - |
| HSV(B) | 98.33º | 0.2% | 0.71% | - |
| XYZ | 35.26 | 41.82 | 32.6 | - |
| YUV | 169.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 144 | 0.13 | 0 | 0.2 | 0.29 | 98.33 | 0.19 | 0.64 |
| Hex | 9D | B4 | 90 | D | 0 | 14 | 1D | 62 | 13 | 40 |
| Octal | 235 | 264 | 220 | 15 | 0 | 24 | 35 | 142 | 23 | 100 |
| Binary | 10011101 | 10110100 | 10010000 | 1101 | 0 | 10100 | 11101 | 1100010 | 10011 | 1000000 |
Color Harmonies of #9DB490
Complementary color
Monochromatic Colors of #9DB490
Black with #9DB490
Text Example
Text Example
White with #9DB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB490; }
p { color: rgb(157,180,144); }
H1.HeaderClassName
{
color: #9DB490;
}
.AnyTagClassName
{
color: #9DB490;
}
</style>
background-color css
<style>
a { background-color: #9DB490; }
a { background-color: rgb(157,180,144); }
div.DivClassName
{
background-color: #9DB490;
}
.BgClassName
{
background-color: #9DB490;
}
</style>
border-color css
<style>
span { border-color: #9DB490; }
span { border-color: rgb(157,180,144); }
td.TdClassName
{
border-color: #9DB490;
}
.TagClassName
{
border-color: #9DB490;
}
</style>