Shades of Norway #9DB190
Tints of Norway #9DB190
RGB
CMYK
RGB Variations
Color information
#9DB190 (or 0x9DB190) is known color: Norway. HEX triplet: 9D, B1 and 90. RGB value is (157,177,144). Sum of RGB (Red+Green+Blue) = 157+177+144=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB190 is #624E6F. Grayscale: #A7A7A7. Windows color (decimal): -6442608 or 9482653. OLE color: 9482653.
HSL color Cylindrical-coordinate representation of color #9DB190: hue angle of 96.36º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DB190 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 144 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.31 |
| HSL | 96.36º | 0.17% | 0.63% | - |
| HSV(B) | 96.36º | 0.19% | 0.69% | - |
| XYZ | 34.66 | 40.63 | 32.4 | - |
| YUV | 167.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 144 | 0.11 | 0 | 0.19 | 0.31 | 96.36 | 0.17 | 0.63 |
| Hex | 9D | B1 | 90 | B | 0 | 13 | 1F | 60 | 11 | 3F |
| Octal | 235 | 261 | 220 | 13 | 0 | 23 | 37 | 140 | 21 | 77 |
| Binary | 10011101 | 10110001 | 10010000 | 1011 | 0 | 10011 | 11111 | 1100000 | 10001 | 111111 |
Color Harmonies of #9DB190
Complementary color
Monochromatic Colors of #9DB190
Black with #9DB190
Text Example
Text Example
White with #9DB190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB190; }
p { color: rgb(157,177,144); }
H1.HeaderClassName
{
color: #9DB190;
}
.AnyTagClassName
{
color: #9DB190;
}
</style>
background-color css
<style>
a { background-color: #9DB190; }
a { background-color: rgb(157,177,144); }
div.DivClassName
{
background-color: #9DB190;
}
.BgClassName
{
background-color: #9DB190;
}
</style>
border-color css
<style>
span { border-color: #9DB190; }
span { border-color: rgb(157,177,144); }
td.TdClassName
{
border-color: #9DB190;
}
.TagClassName
{
border-color: #9DB190;
}
</style>