Shades of Norway #9DB58E
Tints of Norway #9DB58E
RGB
CMYK
RGB Variations
Color information
#9DB58E (or 0x9DB58E) is known color: Norway. HEX triplet: 9D, B5 and 8E. RGB value is (157,181,142). Sum of RGB (Red+Green+Blue) = 157+181+142=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB58E is #624A71. Grayscale: #A9A9A9. Windows color (decimal): -6441586 or 9352605. OLE color: 9352605.
HSL color Cylindrical-coordinate representation of color #9DB58E: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB58E is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 142 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.29 |
| HSL | 96.92º | 0.21% | 0.63% | - |
| HSV(B) | 96.92º | 0.22% | 0.71% | - |
| XYZ | 35.31 | 42.17 | 31.87 | - |
| YUV | 169.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 142 | 0.13 | 0 | 0.22 | 0.29 | 96.92 | 0.21 | 0.63 |
| Hex | 9D | B5 | 8E | D | 0 | 16 | 1D | 61 | 15 | 3F |
| Octal | 235 | 265 | 216 | 15 | 0 | 26 | 35 | 141 | 25 | 77 |
| Binary | 10011101 | 10110101 | 10001110 | 1101 | 0 | 10110 | 11101 | 1100001 | 10101 | 111111 |
Color Harmonies of #9DB58E
Complementary color
Monochromatic Colors of #9DB58E
Black with #9DB58E
Text Example
Text Example
White with #9DB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB58E; }
p { color: rgb(157,181,142); }
H1.HeaderClassName
{
color: #9DB58E;
}
.AnyTagClassName
{
color: #9DB58E;
}
</style>
background-color css
<style>
a { background-color: #9DB58E; }
a { background-color: rgb(157,181,142); }
div.DivClassName
{
background-color: #9DB58E;
}
.BgClassName
{
background-color: #9DB58E;
}
</style>
border-color css
<style>
span { border-color: #9DB58E; }
span { border-color: rgb(157,181,142); }
td.TdClassName
{
border-color: #9DB58E;
}
.TagClassName
{
border-color: #9DB58E;
}
</style>