Shades of Norway #9DBA87
Tints of Norway #9DBA87
RGB
CMYK
RGB Variations
Color information
#9DBA87 (or 0x9DBA87) is known color: Norway. HEX triplet: 9D, BA and 87. RGB value is (157,186,135). Sum of RGB (Red+Green+Blue) = 157+186+135=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA87 is #624578. Grayscale: #ABABAB. Windows color (decimal): -6440313 or 8895133. OLE color: 8895133.
HSL color Cylindrical-coordinate representation of color #9DBA87: hue angle of 94.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBA87 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 135 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.27 |
| HSL | 94.12º | 0.27% | 0.63% | - |
| HSV(B) | 94.12º | 0.27% | 0.73% | - |
| XYZ | 35.84 | 44.04 | 29.53 | - |
| YUV | 171.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 135 | 0.16 | 0 | 0.27 | 0.27 | 94.12 | 0.27 | 0.63 |
| Hex | 9D | BA | 87 | 10 | 0 | 1B | 1B | 5E | 1B | 3F |
| Octal | 235 | 272 | 207 | 20 | 0 | 33 | 33 | 136 | 33 | 77 |
| Binary | 10011101 | 10111010 | 10000111 | 10000 | 0 | 11011 | 11011 | 1011110 | 11011 | 111111 |
Color Harmonies of #9DBA87
Complementary color
Monochromatic Colors of #9DBA87
Black with #9DBA87
Text Example
Text Example
White with #9DBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA87; }
p { color: rgb(157,186,135); }
H1.HeaderClassName
{
color: #9DBA87;
}
.AnyTagClassName
{
color: #9DBA87;
}
</style>
background-color css
<style>
a { background-color: #9DBA87; }
a { background-color: rgb(157,186,135); }
div.DivClassName
{
background-color: #9DBA87;
}
.BgClassName
{
background-color: #9DBA87;
}
</style>
border-color css
<style>
span { border-color: #9DBA87; }
span { border-color: rgb(157,186,135); }
td.TdClassName
{
border-color: #9DBA87;
}
.TagClassName
{
border-color: #9DBA87;
}
</style>