Shades of Norway #9DB885
Tints of Norway #9DB885
RGB
CMYK
RGB Variations
Color information
#9DB885 (or 0x9DB885) is known color: Norway. HEX triplet: 9D, B8 and 85. RGB value is (157,184,133). Sum of RGB (Red+Green+Blue) = 157+184+133=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB885 is #62477A. Grayscale: #AAAAAA. Windows color (decimal): -6440827 or 8763549. OLE color: 8763549.
HSL color Cylindrical-coordinate representation of color #9DB885: hue angle of 91.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DB885 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 133 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.28 |
| HSL | 91.76º | 0.26% | 0.62% | - |
| HSV(B) | 91.76º | 0.28% | 0.72% | - |
| XYZ | 35.28 | 43.14 | 28.66 | - |
| YUV | 170.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 133 | 0.15 | 0 | 0.28 | 0.28 | 91.76 | 0.26 | 0.62 |
| Hex | 9D | B8 | 85 | F | 0 | 1C | 1C | 5C | 1A | 3E |
| Octal | 235 | 270 | 205 | 17 | 0 | 34 | 34 | 134 | 32 | 76 |
| Binary | 10011101 | 10111000 | 10000101 | 1111 | 0 | 11100 | 11100 | 1011100 | 11010 | 111110 |
Color Harmonies of #9DB885
Complementary color
Monochromatic Colors of #9DB885
Black with #9DB885
Text Example
Text Example
White with #9DB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB885; }
p { color: rgb(157,184,133); }
H1.HeaderClassName
{
color: #9DB885;
}
.AnyTagClassName
{
color: #9DB885;
}
</style>
background-color css
<style>
a { background-color: #9DB885; }
a { background-color: rgb(157,184,133); }
div.DivClassName
{
background-color: #9DB885;
}
.BgClassName
{
background-color: #9DB885;
}
</style>
border-color css
<style>
span { border-color: #9DB885; }
span { border-color: rgb(157,184,133); }
td.TdClassName
{
border-color: #9DB885;
}
.TagClassName
{
border-color: #9DB885;
}
</style>