Shades of Norway #9EB891
Tints of Norway #9EB891
RGB
CMYK
RGB Variations
Color information
#9EB891 (or 0x9EB891) is known color: Norway. HEX triplet: 9E, B8 and 91. RGB value is (158,184,145). Sum of RGB (Red+Green+Blue) = 158+184+145=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB891 is #61476E. Grayscale: #ABABAB. Windows color (decimal): -6375279 or 9549982. OLE color: 9549982.
HSL color Cylindrical-coordinate representation of color #9EB891: hue angle of 100º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EB891 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 184 | 145 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.28 |
| HSL | 100º | 0.22% | 0.65% | - |
| HSV(B) | 100º | 0.21% | 0.72% | - |
| XYZ | 36.35 | 43.59 | 33.29 | - |
| YUV | 171.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 184 | 145 | 0.14 | 0 | 0.21 | 0.28 | 100 | 0.22 | 0.65 |
| Hex | 9E | B8 | 91 | E | 0 | 15 | 1C | 64 | 16 | 41 |
| Octal | 236 | 270 | 221 | 16 | 0 | 25 | 34 | 144 | 26 | 101 |
| Binary | 10011110 | 10111000 | 10010001 | 1110 | 0 | 10101 | 11100 | 1100100 | 10110 | 1000001 |
Color Harmonies of #9EB891
Complementary color
Monochromatic Colors of #9EB891
Black with #9EB891
Text Example
Text Example
White with #9EB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB891; }
p { color: rgb(158,184,145); }
H1.HeaderClassName
{
color: #9EB891;
}
.AnyTagClassName
{
color: #9EB891;
}
</style>
background-color css
<style>
a { background-color: #9EB891; }
a { background-color: rgb(158,184,145); }
div.DivClassName
{
background-color: #9EB891;
}
.BgClassName
{
background-color: #9EB891;
}
</style>
border-color css
<style>
span { border-color: #9EB891; }
span { border-color: rgb(158,184,145); }
td.TdClassName
{
border-color: #9EB891;
}
.TagClassName
{
border-color: #9EB891;
}
</style>