Shades of Norway #9DB789
Tints of Norway #9DB789
RGB
CMYK
RGB Variations
Color information
#9DB789 (or 0x9DB789) is known color: Norway. HEX triplet: 9D, B7 and 89. RGB value is (157,183,137). Sum of RGB (Red+Green+Blue) = 157+183+137=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB789 is #624876. Grayscale: #AAAAAA. Windows color (decimal): -6441079 or 9025437. OLE color: 9025437.
HSL color Cylindrical-coordinate representation of color #9DB789: hue angle of 93.91º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DB789 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 137 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.28 |
| HSL | 93.91º | 0.24% | 0.63% | - |
| HSV(B) | 93.91º | 0.25% | 0.72% | - |
| XYZ | 35.35 | 42.84 | 30.07 | - |
| YUV | 169.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 137 | 0.14 | 0 | 0.25 | 0.28 | 93.91 | 0.24 | 0.63 |
| Hex | 9D | B7 | 89 | E | 0 | 19 | 1C | 5E | 18 | 3F |
| Octal | 235 | 267 | 211 | 16 | 0 | 31 | 34 | 136 | 30 | 77 |
| Binary | 10011101 | 10110111 | 10001001 | 1110 | 0 | 11001 | 11100 | 1011110 | 11000 | 111111 |
Color Harmonies of #9DB789
Complementary color
Monochromatic Colors of #9DB789
Black with #9DB789
Text Example
Text Example
White with #9DB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB789; }
p { color: rgb(157,183,137); }
H1.HeaderClassName
{
color: #9DB789;
}
.AnyTagClassName
{
color: #9DB789;
}
</style>
background-color css
<style>
a { background-color: #9DB789; }
a { background-color: rgb(157,183,137); }
div.DivClassName
{
background-color: #9DB789;
}
.BgClassName
{
background-color: #9DB789;
}
</style>
border-color css
<style>
span { border-color: #9DB789; }
span { border-color: rgb(157,183,137); }
td.TdClassName
{
border-color: #9DB789;
}
.TagClassName
{
border-color: #9DB789;
}
</style>