Shades of Norway #9EA996
Tints of Norway #9EA996
RGB
CMYK
RGB Variations
Color information
#9EA996 (or 0x9EA996) is known color: Norway. HEX triplet: 9E, A9 and 96. RGB value is (158,169,150). Sum of RGB (Red+Green+Blue) = 158+169+150=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA996 is #615669. Grayscale: #A3A3A3. Windows color (decimal): -6379114 or 9873822. OLE color: 9873822.
HSL color Cylindrical-coordinate representation of color #9EA996: hue angle of 94.74º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA996 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 150 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.34 |
| HSL | 94.74º | 0.1% | 0.63% | - |
| HSV(B) | 94.74º | 0.11% | 0.66% | - |
| XYZ | 33.79 | 37.85 | 34.38 | - |
| YUV | 163.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 150 | 0.07 | 0 | 0.11 | 0.34 | 94.74 | 0.1 | 0.63 |
| Hex | 9E | A9 | 96 | 7 | 0 | B | 22 | 5F | A | 3F |
| Octal | 236 | 251 | 226 | 7 | 0 | 13 | 42 | 137 | 12 | 77 |
| Binary | 10011110 | 10101001 | 10010110 | 111 | 0 | 1011 | 100010 | 1011111 | 1010 | 111111 |
Color Harmonies of #9EA996
Complementary color
Monochromatic Colors of #9EA996
Black with #9EA996
Text Example
Text Example
White with #9EA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA996; }
p { color: rgb(158,169,150); }
H1.HeaderClassName
{
color: #9EA996;
}
.AnyTagClassName
{
color: #9EA996;
}
</style>
background-color css
<style>
a { background-color: #9EA996; }
a { background-color: rgb(158,169,150); }
div.DivClassName
{
background-color: #9EA996;
}
.BgClassName
{
background-color: #9EA996;
}
</style>
border-color css
<style>
span { border-color: #9EA996; }
span { border-color: rgb(158,169,150); }
td.TdClassName
{
border-color: #9EA996;
}
.TagClassName
{
border-color: #9EA996;
}
</style>