Shades of Norway #9DB98F
Tints of Norway #9DB98F
RGB
CMYK
RGB Variations
Color information
#9DB98F (or 0x9DB98F) is known color: Norway. HEX triplet: 9D, B9 and 8F. RGB value is (157,185,143). Sum of RGB (Red+Green+Blue) = 157+185+143=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB98F is #624670. Grayscale: #ABABAB. Windows color (decimal): -6440561 or 9419165. OLE color: 9419165.
HSL color Cylindrical-coordinate representation of color #9DB98F: hue angle of 100º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB98F is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 143 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.27 |
| HSL | 100º | 0.23% | 0.64% | - |
| HSV(B) | 100º | 0.23% | 0.73% | - |
| XYZ | 36.21 | 43.85 | 32.54 | - |
| YUV | 171.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 143 | 0.15 | 0 | 0.23 | 0.27 | 100 | 0.23 | 0.64 |
| Hex | 9D | B9 | 8F | F | 0 | 17 | 1B | 64 | 17 | 40 |
| Octal | 235 | 271 | 217 | 17 | 0 | 27 | 33 | 144 | 27 | 100 |
| Binary | 10011101 | 10111001 | 10001111 | 1111 | 0 | 10111 | 11011 | 1100100 | 10111 | 1000000 |
Color Harmonies of #9DB98F
Complementary color
Monochromatic Colors of #9DB98F
Black with #9DB98F
Text Example
Text Example
White with #9DB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB98F; }
p { color: rgb(157,185,143); }
H1.HeaderClassName
{
color: #9DB98F;
}
.AnyTagClassName
{
color: #9DB98F;
}
</style>
background-color css
<style>
a { background-color: #9DB98F; }
a { background-color: rgb(157,185,143); }
div.DivClassName
{
background-color: #9DB98F;
}
.BgClassName
{
background-color: #9DB98F;
}
</style>
border-color css
<style>
span { border-color: #9DB98F; }
span { border-color: rgb(157,185,143); }
td.TdClassName
{
border-color: #9DB98F;
}
.TagClassName
{
border-color: #9DB98F;
}
</style>