Shades of Norway #9DB782
Tints of Norway #9DB782
RGB
CMYK
RGB Variations
Color information
#9DB782 (or 0x9DB782) is known color: Norway. HEX triplet: 9D, B7 and 82. RGB value is (157,183,130). Sum of RGB (Red+Green+Blue) = 157+183+130=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB782 is #62487D. Grayscale: #A9A9A9. Windows color (decimal): -6441086 or 8566685. OLE color: 8566685.
HSL color Cylindrical-coordinate representation of color #9DB782: hue angle of 89.43º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB782 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 130 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.28 |
| HSL | 89.43º | 0.27% | 0.61% | - |
| HSV(B) | 89.43º | 0.29% | 0.72% | - |
| XYZ | 34.87 | 42.65 | 27.51 | - |
| YUV | 169.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 130 | 0.14 | 0 | 0.29 | 0.28 | 89.43 | 0.27 | 0.61 |
| Hex | 9D | B7 | 82 | E | 0 | 1D | 1C | 59 | 1B | 3D |
| Octal | 235 | 267 | 202 | 16 | 0 | 35 | 34 | 131 | 33 | 75 |
| Binary | 10011101 | 10110111 | 10000010 | 1110 | 0 | 11101 | 11100 | 1011001 | 11011 | 111101 |
Color Harmonies of #9DB782
Complementary color
Monochromatic Colors of #9DB782
Black with #9DB782
Text Example
Text Example
White with #9DB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB782; }
p { color: rgb(157,183,130); }
H1.HeaderClassName
{
color: #9DB782;
}
.AnyTagClassName
{
color: #9DB782;
}
</style>
background-color css
<style>
a { background-color: #9DB782; }
a { background-color: rgb(157,183,130); }
div.DivClassName
{
background-color: #9DB782;
}
.BgClassName
{
background-color: #9DB782;
}
</style>
border-color css
<style>
span { border-color: #9DB782; }
span { border-color: rgb(157,183,130); }
td.TdClassName
{
border-color: #9DB782;
}
.TagClassName
{
border-color: #9DB782;
}
</style>