Shades of Norway #9EB189
Tints of Norway #9EB189
RGB
CMYK
RGB Variations
Color information
#9EB189 (or 0x9EB189) is known color: Norway. HEX triplet: 9E, B1 and 89. RGB value is (158,177,137). Sum of RGB (Red+Green+Blue) = 158+177+137=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB189 is #614E76. Grayscale: #A6A6A6. Windows color (decimal): -6377079 or 9023902. OLE color: 9023902.
HSL color Cylindrical-coordinate representation of color #9EB189: hue angle of 88.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EB189 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 137 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.31 |
| HSL | 88.5º | 0.2% | 0.62% | - |
| HSV(B) | 88.5º | 0.23% | 0.69% | - |
| XYZ | 34.34 | 40.52 | 29.68 | - |
| YUV | 166.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 137 | 0.11 | 0 | 0.23 | 0.31 | 88.5 | 0.2 | 0.62 |
| Hex | 9E | B1 | 89 | B | 0 | 17 | 1F | 58 | 14 | 3E |
| Octal | 236 | 261 | 211 | 13 | 0 | 27 | 37 | 130 | 24 | 76 |
| Binary | 10011110 | 10110001 | 10001001 | 1011 | 0 | 10111 | 11111 | 1011000 | 10100 | 111110 |
Color Harmonies of #9EB189
Complementary color
Monochromatic Colors of #9EB189
Black with #9EB189
Text Example
Text Example
White with #9EB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB189; }
p { color: rgb(158,177,137); }
H1.HeaderClassName
{
color: #9EB189;
}
.AnyTagClassName
{
color: #9EB189;
}
</style>
background-color css
<style>
a { background-color: #9EB189; }
a { background-color: rgb(158,177,137); }
div.DivClassName
{
background-color: #9EB189;
}
.BgClassName
{
background-color: #9EB189;
}
</style>
border-color css
<style>
span { border-color: #9EB189; }
span { border-color: rgb(158,177,137); }
td.TdClassName
{
border-color: #9EB189;
}
.TagClassName
{
border-color: #9EB189;
}
</style>