Shades of Norway #9DB582
Tints of Norway #9DB582
RGB
CMYK
RGB Variations
Color information
#9DB582 (or 0x9DB582) is known color: Norway. HEX triplet: 9D, B5 and 82. RGB value is (157,181,130). Sum of RGB (Red+Green+Blue) = 157+181+130=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB582 is #624A7D. Grayscale: #A8A8A8. Windows color (decimal): -6441598 or 8566173. OLE color: 8566173.
HSL color Cylindrical-coordinate representation of color #9DB582: hue angle of 88.24º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DB582 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 130 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.29 |
| HSL | 88.24º | 0.26% | 0.61% | - |
| HSV(B) | 88.24º | 0.28% | 0.71% | - |
| XYZ | 34.46 | 41.83 | 27.38 | - |
| YUV | 168.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 130 | 0.13 | 0 | 0.28 | 0.29 | 88.24 | 0.26 | 0.61 |
| Hex | 9D | B5 | 82 | D | 0 | 1C | 1D | 58 | 1A | 3D |
| Octal | 235 | 265 | 202 | 15 | 0 | 34 | 35 | 130 | 32 | 75 |
| Binary | 10011101 | 10110101 | 10000010 | 1101 | 0 | 11100 | 11101 | 1011000 | 11010 | 111101 |
Color Harmonies of #9DB582
Complementary color
Monochromatic Colors of #9DB582
Black with #9DB582
Text Example
Text Example
White with #9DB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB582; }
p { color: rgb(157,181,130); }
H1.HeaderClassName
{
color: #9DB582;
}
.AnyTagClassName
{
color: #9DB582;
}
</style>
background-color css
<style>
a { background-color: #9DB582; }
a { background-color: rgb(157,181,130); }
div.DivClassName
{
background-color: #9DB582;
}
.BgClassName
{
background-color: #9DB582;
}
</style>
border-color css
<style>
span { border-color: #9DB582; }
span { border-color: rgb(157,181,130); }
td.TdClassName
{
border-color: #9DB582;
}
.TagClassName
{
border-color: #9DB582;
}
</style>