Shades of Norway #9EBB87
Tints of Norway #9EBB87
RGB
CMYK
RGB Variations
Color information
#9EBB87 (or 0x9EBB87) is known color: Norway. HEX triplet: 9E, BB and 87. RGB value is (158,187,135). Sum of RGB (Red+Green+Blue) = 158+187+135=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB87 is #614478. Grayscale: #ACACAC. Windows color (decimal): -6374521 or 8895390. OLE color: 8895390.
HSL color Cylindrical-coordinate representation of color #9EBB87: hue angle of 93.46º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBB87 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 135 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.27 |
| HSL | 93.46º | 0.28% | 0.63% | - |
| HSV(B) | 93.46º | 0.28% | 0.73% | - |
| XYZ | 36.24 | 44.56 | 29.61 | - |
| YUV | 172.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 135 | 0.16 | 0 | 0.28 | 0.27 | 93.46 | 0.28 | 0.63 |
| Hex | 9E | BB | 87 | 10 | 0 | 1C | 1B | 5D | 1C | 3F |
| Octal | 236 | 273 | 207 | 20 | 0 | 34 | 33 | 135 | 34 | 77 |
| Binary | 10011110 | 10111011 | 10000111 | 10000 | 0 | 11100 | 11011 | 1011101 | 11100 | 111111 |
Color Harmonies of #9EBB87
Complementary color
Monochromatic Colors of #9EBB87
Black with #9EBB87
Text Example
Text Example
White with #9EBB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB87; }
p { color: rgb(158,187,135); }
H1.HeaderClassName
{
color: #9EBB87;
}
.AnyTagClassName
{
color: #9EBB87;
}
</style>
background-color css
<style>
a { background-color: #9EBB87; }
a { background-color: rgb(158,187,135); }
div.DivClassName
{
background-color: #9EBB87;
}
.BgClassName
{
background-color: #9EBB87;
}
</style>
border-color css
<style>
span { border-color: #9EBB87; }
span { border-color: rgb(158,187,135); }
td.TdClassName
{
border-color: #9EBB87;
}
.TagClassName
{
border-color: #9EBB87;
}
</style>