Shades of Norway #9DB586
Tints of Norway #9DB586
RGB
CMYK
RGB Variations
Color information
#9DB586 (or 0x9DB586) is known color: Norway. HEX triplet: 9D, B5 and 86. RGB value is (157,181,134). Sum of RGB (Red+Green+Blue) = 157+181+134=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB586 is #624A79. Grayscale: #A8A8A8. Windows color (decimal): -6441594 or 8828317. OLE color: 8828317.
HSL color Cylindrical-coordinate representation of color #9DB586: hue angle of 90.64º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DB586 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 134 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.29 |
| HSL | 90.64º | 0.24% | 0.62% | - |
| HSV(B) | 90.64º | 0.26% | 0.71% | - |
| XYZ | 34.73 | 41.94 | 28.82 | - |
| YUV | 168.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 134 | 0.13 | 0 | 0.26 | 0.29 | 90.64 | 0.24 | 0.62 |
| Hex | 9D | B5 | 86 | D | 0 | 1A | 1D | 5B | 18 | 3E |
| Octal | 235 | 265 | 206 | 15 | 0 | 32 | 35 | 133 | 30 | 76 |
| Binary | 10011101 | 10110101 | 10000110 | 1101 | 0 | 11010 | 11101 | 1011011 | 11000 | 111110 |
Color Harmonies of #9DB586
Complementary color
Monochromatic Colors of #9DB586
Black with #9DB586
Text Example
Text Example
White with #9DB586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB586; }
p { color: rgb(157,181,134); }
H1.HeaderClassName
{
color: #9DB586;
}
.AnyTagClassName
{
color: #9DB586;
}
</style>
background-color css
<style>
a { background-color: #9DB586; }
a { background-color: rgb(157,181,134); }
div.DivClassName
{
background-color: #9DB586;
}
.BgClassName
{
background-color: #9DB586;
}
</style>
border-color css
<style>
span { border-color: #9DB586; }
span { border-color: rgb(157,181,134); }
td.TdClassName
{
border-color: #9DB586;
}
.TagClassName
{
border-color: #9DB586;
}
</style>