Shades of Norway #9DB391
Tints of Norway #9DB391
RGB
CMYK
RGB Variations
Color information
#9DB391 (or 0x9DB391) is known color: Norway. HEX triplet: 9D, B3 and 91. RGB value is (157,179,145). Sum of RGB (Red+Green+Blue) = 157+179+145=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB391 is #624C6E. Grayscale: #A8A8A8. Windows color (decimal): -6442095 or 9548701. OLE color: 9548701.
HSL color Cylindrical-coordinate representation of color #9DB391: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DB391 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 145 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.30 |
| HSL | 98.82º | 0.18% | 0.64% | - |
| HSV(B) | 98.82º | 0.19% | 0.7% | - |
| XYZ | 35.14 | 41.45 | 32.94 | - |
| YUV | 168.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 145 | 0.12 | 0 | 0.19 | 0.30 | 98.82 | 0.18 | 0.64 |
| Hex | 9D | B3 | 91 | C | 0 | 13 | 1E | 63 | 12 | 40 |
| Octal | 235 | 263 | 221 | 14 | 0 | 23 | 36 | 143 | 22 | 100 |
| Binary | 10011101 | 10110011 | 10010001 | 1100 | 0 | 10011 | 11110 | 1100011 | 10010 | 1000000 |
Color Harmonies of #9DB391
Complementary color
Monochromatic Colors of #9DB391
Black with #9DB391
Text Example
Text Example
White with #9DB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB391; }
p { color: rgb(157,179,145); }
H1.HeaderClassName
{
color: #9DB391;
}
.AnyTagClassName
{
color: #9DB391;
}
</style>
background-color css
<style>
a { background-color: #9DB391; }
a { background-color: rgb(157,179,145); }
div.DivClassName
{
background-color: #9DB391;
}
.BgClassName
{
background-color: #9DB391;
}
</style>
border-color css
<style>
span { border-color: #9DB391; }
span { border-color: rgb(157,179,145); }
td.TdClassName
{
border-color: #9DB391;
}
.TagClassName
{
border-color: #9DB391;
}
</style>