Shades of Norway #9EB98A
Tints of Norway #9EB98A
RGB
CMYK
RGB Variations
Color information
#9EB98A (or 0x9EB98A) is known color: Norway. HEX triplet: 9E, B9 and 8A. RGB value is (158,185,138). Sum of RGB (Red+Green+Blue) = 158+185+138=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB98A is #614675. Grayscale: #ABABAB. Windows color (decimal): -6375030 or 9091486. OLE color: 9091486.
HSL color Cylindrical-coordinate representation of color #9EB98A: hue angle of 94.47º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EB98A is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 138 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.27 |
| HSL | 94.47º | 0.25% | 0.63% | - |
| HSV(B) | 94.47º | 0.25% | 0.73% | - |
| XYZ | 36.04 | 43.8 | 30.6 | - |
| YUV | 171.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 138 | 0.15 | 0 | 0.25 | 0.27 | 94.47 | 0.25 | 0.63 |
| Hex | 9E | B9 | 8A | F | 0 | 19 | 1B | 5E | 19 | 3F |
| Octal | 236 | 271 | 212 | 17 | 0 | 31 | 33 | 136 | 31 | 77 |
| Binary | 10011110 | 10111001 | 10001010 | 1111 | 0 | 11001 | 11011 | 1011110 | 11001 | 111111 |
Color Harmonies of #9EB98A
Complementary color
Monochromatic Colors of #9EB98A
Black with #9EB98A
Text Example
Text Example
White with #9EB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB98A; }
p { color: rgb(158,185,138); }
H1.HeaderClassName
{
color: #9EB98A;
}
.AnyTagClassName
{
color: #9EB98A;
}
</style>
background-color css
<style>
a { background-color: #9EB98A; }
a { background-color: rgb(158,185,138); }
div.DivClassName
{
background-color: #9EB98A;
}
.BgClassName
{
background-color: #9EB98A;
}
</style>
border-color css
<style>
span { border-color: #9EB98A; }
span { border-color: rgb(158,185,138); }
td.TdClassName
{
border-color: #9EB98A;
}
.TagClassName
{
border-color: #9EB98A;
}
</style>