Shades of Norway #9DBE86
Tints of Norway #9DBE86
RGB
CMYK
RGB Variations
Color information
#9DBE86 (or 0x9DBE86) is known color: Norway. HEX triplet: 9D, BE and 86. RGB value is (157,190,134). Sum of RGB (Red+Green+Blue) = 157+190+134=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE86 is #624179. Grayscale: #ADADAD. Windows color (decimal): -6439290 or 8830621. OLE color: 8830621.
HSL color Cylindrical-coordinate representation of color #9DBE86: hue angle of 95.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBE86 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 134 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.25 |
| HSL | 95.36º | 0.3% | 0.64% | - |
| HSV(B) | 95.36º | 0.29% | 0.75% | - |
| XYZ | 36.62 | 45.72 | 29.45 | - |
| YUV | 173.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 134 | 0.17 | 0 | 0.29 | 0.25 | 95.36 | 0.3 | 0.64 |
| Hex | 9D | BE | 86 | 11 | 0 | 1D | 19 | 5F | 1E | 40 |
| Octal | 235 | 276 | 206 | 21 | 0 | 35 | 31 | 137 | 36 | 100 |
| Binary | 10011101 | 10111110 | 10000110 | 10001 | 0 | 11101 | 11001 | 1011111 | 11110 | 1000000 |
Color Harmonies of #9DBE86
Complementary color
Monochromatic Colors of #9DBE86
Black with #9DBE86
Text Example
Text Example
White with #9DBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE86; }
p { color: rgb(157,190,134); }
H1.HeaderClassName
{
color: #9DBE86;
}
.AnyTagClassName
{
color: #9DBE86;
}
</style>
background-color css
<style>
a { background-color: #9DBE86; }
a { background-color: rgb(157,190,134); }
div.DivClassName
{
background-color: #9DBE86;
}
.BgClassName
{
background-color: #9DBE86;
}
</style>
border-color css
<style>
span { border-color: #9DBE86; }
span { border-color: rgb(157,190,134); }
td.TdClassName
{
border-color: #9DBE86;
}
.TagClassName
{
border-color: #9DBE86;
}
</style>