Shades of Norway #9EB391
Tints of Norway #9EB391
RGB
CMYK
RGB Variations
Color information
#9EB391 (or 0x9EB391) is known color: Norway. HEX triplet: 9E, B3 and 91. RGB value is (158,179,145). Sum of RGB (Red+Green+Blue) = 158+179+145=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB391 is #614C6E. Grayscale: #A8A8A8. Windows color (decimal): -6376559 or 9548702. OLE color: 9548702.
HSL color Cylindrical-coordinate representation of color #9EB391: hue angle of 97.06º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB391 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 179 | 145 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.30 |
| HSL | 97.06º | 0.18% | 0.64% | - |
| HSV(B) | 97.06º | 0.19% | 0.7% | - |
| XYZ | 35.33 | 41.55 | 32.95 | - |
| YUV | 168.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 179 | 145 | 0.12 | 0 | 0.19 | 0.30 | 97.06 | 0.18 | 0.64 |
| Hex | 9E | B3 | 91 | C | 0 | 13 | 1E | 61 | 12 | 40 |
| Octal | 236 | 263 | 221 | 14 | 0 | 23 | 36 | 141 | 22 | 100 |
| Binary | 10011110 | 10110011 | 10010001 | 1100 | 0 | 10011 | 11110 | 1100001 | 10010 | 1000000 |
Color Harmonies of #9EB391
Complementary color
Monochromatic Colors of #9EB391
Black with #9EB391
Text Example
Text Example
White with #9EB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB391; }
p { color: rgb(158,179,145); }
H1.HeaderClassName
{
color: #9EB391;
}
.AnyTagClassName
{
color: #9EB391;
}
</style>
background-color css
<style>
a { background-color: #9EB391; }
a { background-color: rgb(158,179,145); }
div.DivClassName
{
background-color: #9EB391;
}
.BgClassName
{
background-color: #9EB391;
}
</style>
border-color css
<style>
span { border-color: #9EB391; }
span { border-color: rgb(158,179,145); }
td.TdClassName
{
border-color: #9EB391;
}
.TagClassName
{
border-color: #9EB391;
}
</style>