Shades of Norway #9DB98A
Tints of Norway #9DB98A
RGB
CMYK
RGB Variations
Color information
#9DB98A (or 0x9DB98A) is known color: Norway. HEX triplet: 9D, B9 and 8A. RGB value is (157,185,138). Sum of RGB (Red+Green+Blue) = 157+185+138=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB98A is #624675. Grayscale: #ABABAB. Windows color (decimal): -6440566 or 9091485. OLE color: 9091485.
HSL color Cylindrical-coordinate representation of color #9DB98A: hue angle of 95.74º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DB98A is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 138 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.27 |
| HSL | 95.74º | 0.25% | 0.63% | - |
| HSV(B) | 95.74º | 0.25% | 0.73% | - |
| XYZ | 35.84 | 43.7 | 30.59 | - |
| YUV | 171.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 138 | 0.15 | 0 | 0.25 | 0.27 | 95.74 | 0.25 | 0.63 |
| Hex | 9D | B9 | 8A | F | 0 | 19 | 1B | 60 | 19 | 3F |
| Octal | 235 | 271 | 212 | 17 | 0 | 31 | 33 | 140 | 31 | 77 |
| Binary | 10011101 | 10111001 | 10001010 | 1111 | 0 | 11001 | 11011 | 1100000 | 11001 | 111111 |
Color Harmonies of #9DB98A
Complementary color
Monochromatic Colors of #9DB98A
Black with #9DB98A
Text Example
Text Example
White with #9DB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB98A; }
p { color: rgb(157,185,138); }
H1.HeaderClassName
{
color: #9DB98A;
}
.AnyTagClassName
{
color: #9DB98A;
}
</style>
background-color css
<style>
a { background-color: #9DB98A; }
a { background-color: rgb(157,185,138); }
div.DivClassName
{
background-color: #9DB98A;
}
.BgClassName
{
background-color: #9DB98A;
}
</style>
border-color css
<style>
span { border-color: #9DB98A; }
span { border-color: rgb(157,185,138); }
td.TdClassName
{
border-color: #9DB98A;
}
.TagClassName
{
border-color: #9DB98A;
}
</style>