Shades of Norway #9DB886
Tints of Norway #9DB886
RGB
CMYK
RGB Variations
Color information
#9DB886 (or 0x9DB886) is known color: Norway. HEX triplet: 9D, B8 and 86. RGB value is (157,184,134). Sum of RGB (Red+Green+Blue) = 157+184+134=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB886 is #624779. Grayscale: #AAAAAA. Windows color (decimal): -6440826 or 8829085. OLE color: 8829085.
HSL color Cylindrical-coordinate representation of color #9DB886: hue angle of 92.4º degrees, saturation: 0.26, 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 #9DB886 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 134 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.28 |
| HSL | 92.4º | 0.26% | 0.62% | - |
| HSV(B) | 92.4º | 0.27% | 0.72% | - |
| XYZ | 35.35 | 43.17 | 29.02 | - |
| YUV | 170.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 134 | 0.15 | 0 | 0.27 | 0.28 | 92.4 | 0.26 | 0.62 |
| Hex | 9D | B8 | 86 | F | 0 | 1B | 1C | 5C | 1A | 3E |
| Octal | 235 | 270 | 206 | 17 | 0 | 33 | 34 | 134 | 32 | 76 |
| Binary | 10011101 | 10111000 | 10000110 | 1111 | 0 | 11011 | 11100 | 1011100 | 11010 | 111110 |
Color Harmonies of #9DB886
Complementary color
Monochromatic Colors of #9DB886
Black with #9DB886
Text Example
Text Example
White with #9DB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB886; }
p { color: rgb(157,184,134); }
H1.HeaderClassName
{
color: #9DB886;
}
.AnyTagClassName
{
color: #9DB886;
}
</style>
background-color css
<style>
a { background-color: #9DB886; }
a { background-color: rgb(157,184,134); }
div.DivClassName
{
background-color: #9DB886;
}
.BgClassName
{
background-color: #9DB886;
}
</style>
border-color css
<style>
span { border-color: #9DB886; }
span { border-color: rgb(157,184,134); }
td.TdClassName
{
border-color: #9DB886;
}
.TagClassName
{
border-color: #9DB886;
}
</style>