Shades of Norway #9DB786
Tints of Norway #9DB786
RGB
CMYK
RGB Variations
Color information
#9DB786 (or 0x9DB786) is known color: Norway. HEX triplet: 9D, B7 and 86. RGB value is (157,183,134). Sum of RGB (Red+Green+Blue) = 157+183+134=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB786 is #624879. Grayscale: #A9A9A9. Windows color (decimal): -6441082 or 8828829. OLE color: 8828829.
HSL color Cylindrical-coordinate representation of color #9DB786: hue angle of 91.84º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB786 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 134 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.28 |
| HSL | 91.84º | 0.25% | 0.62% | - |
| HSV(B) | 91.84º | 0.27% | 0.72% | - |
| XYZ | 35.14 | 42.76 | 28.95 | - |
| YUV | 169.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 134 | 0.14 | 0 | 0.27 | 0.28 | 91.84 | 0.25 | 0.62 |
| Hex | 9D | B7 | 86 | E | 0 | 1B | 1C | 5C | 19 | 3E |
| Octal | 235 | 267 | 206 | 16 | 0 | 33 | 34 | 134 | 31 | 76 |
| Binary | 10011101 | 10110111 | 10000110 | 1110 | 0 | 11011 | 11100 | 1011100 | 11001 | 111110 |
Color Harmonies of #9DB786
Complementary color
Monochromatic Colors of #9DB786
Black with #9DB786
Text Example
Text Example
White with #9DB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB786; }
p { color: rgb(157,183,134); }
H1.HeaderClassName
{
color: #9DB786;
}
.AnyTagClassName
{
color: #9DB786;
}
</style>
background-color css
<style>
a { background-color: #9DB786; }
a { background-color: rgb(157,183,134); }
div.DivClassName
{
background-color: #9DB786;
}
.BgClassName
{
background-color: #9DB786;
}
</style>
border-color css
<style>
span { border-color: #9DB786; }
span { border-color: rgb(157,183,134); }
td.TdClassName
{
border-color: #9DB786;
}
.TagClassName
{
border-color: #9DB786;
}
</style>