Shades of Norway #9EAA95
Tints of Norway #9EAA95
RGB
CMYK
RGB Variations
Color information
#9EAA95 (or 0x9EAA95) is known color: Norway. HEX triplet: 9E, AA and 95. RGB value is (158,170,149). Sum of RGB (Red+Green+Blue) = 158+170+149=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA95 is #61556A. Grayscale: #A4A4A4. Windows color (decimal): -6378859 or 9808542. OLE color: 9808542.
HSL color Cylindrical-coordinate representation of color #9EAA95: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EAA95 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 149 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.33 |
| HSL | 94.29º | 0.11% | 0.63% | - |
| HSV(B) | 94.29º | 0.12% | 0.67% | - |
| XYZ | 33.9 | 38.19 | 34.02 | - |
| YUV | 164.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 149 | 0.07 | 0 | 0.12 | 0.33 | 94.29 | 0.11 | 0.63 |
| Hex | 9E | AA | 95 | 7 | 0 | C | 21 | 5E | B | 3F |
| Octal | 236 | 252 | 225 | 7 | 0 | 14 | 41 | 136 | 13 | 77 |
| Binary | 10011110 | 10101010 | 10010101 | 111 | 0 | 1100 | 100001 | 1011110 | 1011 | 111111 |
Color Harmonies of #9EAA95
Complementary color
Monochromatic Colors of #9EAA95
Black with #9EAA95
Text Example
Text Example
White with #9EAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA95; }
p { color: rgb(158,170,149); }
H1.HeaderClassName
{
color: #9EAA95;
}
.AnyTagClassName
{
color: #9EAA95;
}
</style>
background-color css
<style>
a { background-color: #9EAA95; }
a { background-color: rgb(158,170,149); }
div.DivClassName
{
background-color: #9EAA95;
}
.BgClassName
{
background-color: #9EAA95;
}
</style>
border-color css
<style>
span { border-color: #9EAA95; }
span { border-color: rgb(158,170,149); }
td.TdClassName
{
border-color: #9EAA95;
}
.TagClassName
{
border-color: #9EAA95;
}
</style>