Shades of Norway #9DBD89
Tints of Norway #9DBD89
RGB
CMYK
RGB Variations
Color information
#9DBD89 (or 0x9DBD89) is known color: Norway. HEX triplet: 9D, BD and 89. RGB value is (157,189,137). Sum of RGB (Red+Green+Blue) = 157+189+137=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD89 is #624276. Grayscale: #ADADAD. Windows color (decimal): -6439543 or 9026973. OLE color: 9026973.
HSL color Cylindrical-coordinate representation of color #9DBD89: hue angle of 96.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBD89 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 137 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.26 |
| HSL | 96.92º | 0.28% | 0.64% | - |
| HSV(B) | 96.92º | 0.28% | 0.74% | - |
| XYZ | 36.62 | 45.37 | 30.49 | - |
| YUV | 173.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 137 | 0.17 | 0 | 0.28 | 0.26 | 96.92 | 0.28 | 0.64 |
| Hex | 9D | BD | 89 | 11 | 0 | 1C | 1A | 61 | 1C | 40 |
| Octal | 235 | 275 | 211 | 21 | 0 | 34 | 32 | 141 | 34 | 100 |
| Binary | 10011101 | 10111101 | 10001001 | 10001 | 0 | 11100 | 11010 | 1100001 | 11100 | 1000000 |
Color Harmonies of #9DBD89
Complementary color
Monochromatic Colors of #9DBD89
Black with #9DBD89
Text Example
Text Example
White with #9DBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD89; }
p { color: rgb(157,189,137); }
H1.HeaderClassName
{
color: #9DBD89;
}
.AnyTagClassName
{
color: #9DBD89;
}
</style>
background-color css
<style>
a { background-color: #9DBD89; }
a { background-color: rgb(157,189,137); }
div.DivClassName
{
background-color: #9DBD89;
}
.BgClassName
{
background-color: #9DBD89;
}
</style>
border-color css
<style>
span { border-color: #9DBD89; }
span { border-color: rgb(157,189,137); }
td.TdClassName
{
border-color: #9DBD89;
}
.TagClassName
{
border-color: #9DBD89;
}
</style>