Shades of Norway #9EAA92
Tints of Norway #9EAA92
RGB
CMYK
RGB Variations
Color information
#9EAA92 (or 0x9EAA92) is known color: Norway. HEX triplet: 9E, AA and 92. RGB value is (158,170,146). Sum of RGB (Red+Green+Blue) = 158+170+146=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA92 is #61556D. Grayscale: #A3A3A3. Windows color (decimal): -6378862 or 9611934. OLE color: 9611934.
HSL color Cylindrical-coordinate representation of color #9EAA92: hue angle of 90º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAA92 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 146 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.33 |
| HSL | 90º | 0.12% | 0.62% | - |
| HSV(B) | 90º | 0.14% | 0.67% | - |
| XYZ | 33.66 | 38.09 | 32.77 | - |
| YUV | 163.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 146 | 0.07 | 0 | 0.14 | 0.33 | 90 | 0.12 | 0.62 |
| Hex | 9E | AA | 92 | 7 | 0 | E | 21 | 5A | C | 3E |
| Octal | 236 | 252 | 222 | 7 | 0 | 16 | 41 | 132 | 14 | 76 |
| Binary | 10011110 | 10101010 | 10010010 | 111 | 0 | 1110 | 100001 | 1011010 | 1100 | 111110 |
Color Harmonies of #9EAA92
Complementary color
Monochromatic Colors of #9EAA92
Black with #9EAA92
Text Example
Text Example
White with #9EAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA92; }
p { color: rgb(158,170,146); }
H1.HeaderClassName
{
color: #9EAA92;
}
.AnyTagClassName
{
color: #9EAA92;
}
</style>
background-color css
<style>
a { background-color: #9EAA92; }
a { background-color: rgb(158,170,146); }
div.DivClassName
{
background-color: #9EAA92;
}
.BgClassName
{
background-color: #9EAA92;
}
</style>
border-color css
<style>
span { border-color: #9EAA92; }
span { border-color: rgb(158,170,146); }
td.TdClassName
{
border-color: #9EAA92;
}
.TagClassName
{
border-color: #9EAA92;
}
</style>