Shades of Norway #9DB883
Tints of Norway #9DB883
RGB
CMYK
RGB Variations
Color information
#9DB883 (or 0x9DB883) is known color: Norway. HEX triplet: 9D, B8 and 83. RGB value is (157,184,131). Sum of RGB (Red+Green+Blue) = 157+184+131=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB883 is #62477C. Grayscale: #AAAAAA. Windows color (decimal): -6440829 or 8632477. OLE color: 8632477.
HSL color Cylindrical-coordinate representation of color #9DB883: hue angle of 90.57º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB883 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 131 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.28 |
| HSL | 90.57º | 0.27% | 0.62% | - |
| HSV(B) | 90.57º | 0.29% | 0.72% | - |
| XYZ | 35.14 | 43.09 | 27.94 | - |
| YUV | 169.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 131 | 0.15 | 0 | 0.29 | 0.28 | 90.57 | 0.27 | 0.62 |
| Hex | 9D | B8 | 83 | F | 0 | 1D | 1C | 5B | 1B | 3E |
| Octal | 235 | 270 | 203 | 17 | 0 | 35 | 34 | 133 | 33 | 76 |
| Binary | 10011101 | 10111000 | 10000011 | 1111 | 0 | 11101 | 11100 | 1011011 | 11011 | 111110 |
Color Harmonies of #9DB883
Complementary color
Monochromatic Colors of #9DB883
Black with #9DB883
Text Example
Text Example
White with #9DB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB883; }
p { color: rgb(157,184,131); }
H1.HeaderClassName
{
color: #9DB883;
}
.AnyTagClassName
{
color: #9DB883;
}
</style>
background-color css
<style>
a { background-color: #9DB883; }
a { background-color: rgb(157,184,131); }
div.DivClassName
{
background-color: #9DB883;
}
.BgClassName
{
background-color: #9DB883;
}
</style>
border-color css
<style>
span { border-color: #9DB883; }
span { border-color: rgb(157,184,131); }
td.TdClassName
{
border-color: #9DB883;
}
.TagClassName
{
border-color: #9DB883;
}
</style>