Shades of Norway #9DBE87
Tints of Norway #9DBE87
RGB
CMYK
RGB Variations
Color information
#9DBE87 (or 0x9DBE87) is known color: Norway. HEX triplet: 9D, BE and 87. RGB value is (157,190,135). Sum of RGB (Red+Green+Blue) = 157+190+135=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE87 is #624178. Grayscale: #AEAEAE. Windows color (decimal): -6439289 or 8896157. OLE color: 8896157.
HSL color Cylindrical-coordinate representation of color #9DBE87: hue angle of 96º 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 #9DBE87 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 135 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.25 |
| HSL | 96º | 0.3% | 0.64% | - |
| HSV(B) | 96º | 0.29% | 0.75% | - |
| XYZ | 36.69 | 45.74 | 29.82 | - |
| YUV | 173.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 135 | 0.17 | 0 | 0.29 | 0.25 | 96 | 0.3 | 0.64 |
| Hex | 9D | BE | 87 | 11 | 0 | 1D | 19 | 60 | 1E | 40 |
| Octal | 235 | 276 | 207 | 21 | 0 | 35 | 31 | 140 | 36 | 100 |
| Binary | 10011101 | 10111110 | 10000111 | 10001 | 0 | 11101 | 11001 | 1100000 | 11110 | 1000000 |
Color Harmonies of #9DBE87
Complementary color
Monochromatic Colors of #9DBE87
Black with #9DBE87
Text Example
Text Example
White with #9DBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE87; }
p { color: rgb(157,190,135); }
H1.HeaderClassName
{
color: #9DBE87;
}
.AnyTagClassName
{
color: #9DBE87;
}
</style>
background-color css
<style>
a { background-color: #9DBE87; }
a { background-color: rgb(157,190,135); }
div.DivClassName
{
background-color: #9DBE87;
}
.BgClassName
{
background-color: #9DBE87;
}
</style>
border-color css
<style>
span { border-color: #9DBE87; }
span { border-color: rgb(157,190,135); }
td.TdClassName
{
border-color: #9DBE87;
}
.TagClassName
{
border-color: #9DBE87;
}
</style>