Shades of Norway #9EB193
Tints of Norway #9EB193
RGB
CMYK
RGB Variations
Color information
#9EB193 (or 0x9EB193) is known color: Norway. HEX triplet: 9E, B1 and 93. RGB value is (158,177,147). Sum of RGB (Red+Green+Blue) = 158+177+147=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB193 is #614E6C. Grayscale: #A8A8A8. Windows color (decimal): -6377069 or 9679262. OLE color: 9679262.
HSL color Cylindrical-coordinate representation of color #9EB193: hue angle of 98º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EB193 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 147 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.31 |
| HSL | 98º | 0.16% | 0.64% | - |
| HSV(B) | 98º | 0.17% | 0.69% | - |
| XYZ | 35.09 | 40.82 | 33.63 | - |
| YUV | 167.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 147 | 0.11 | 0 | 0.17 | 0.31 | 98 | 0.16 | 0.64 |
| Hex | 9E | B1 | 93 | B | 0 | 11 | 1F | 62 | 10 | 40 |
| Octal | 236 | 261 | 223 | 13 | 0 | 21 | 37 | 142 | 20 | 100 |
| Binary | 10011110 | 10110001 | 10010011 | 1011 | 0 | 10001 | 11111 | 1100010 | 10000 | 1000000 |
Color Harmonies of #9EB193
Complementary color
Monochromatic Colors of #9EB193
Black with #9EB193
Text Example
Text Example
White with #9EB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB193; }
p { color: rgb(158,177,147); }
H1.HeaderClassName
{
color: #9EB193;
}
.AnyTagClassName
{
color: #9EB193;
}
</style>
background-color css
<style>
a { background-color: #9EB193; }
a { background-color: rgb(158,177,147); }
div.DivClassName
{
background-color: #9EB193;
}
.BgClassName
{
background-color: #9EB193;
}
</style>
border-color css
<style>
span { border-color: #9EB193; }
span { border-color: rgb(158,177,147); }
td.TdClassName
{
border-color: #9EB193;
}
.TagClassName
{
border-color: #9EB193;
}
</style>