Shades of Norway #9EB194
Tints of Norway #9EB194
RGB
CMYK
RGB Variations
Color information
#9EB194 (or 0x9EB194) is known color: Norway. HEX triplet: 9E, B1 and 94. RGB value is (158,177,148). Sum of RGB (Red+Green+Blue) = 158+177+148=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB194 is #614E6B. Grayscale: #A8A8A8. Windows color (decimal): -6377068 or 9744798. OLE color: 9744798.
HSL color Cylindrical-coordinate representation of color #9EB194: hue angle of 99.31º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EB194 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 148 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.31 |
| HSL | 99.31º | 0.16% | 0.64% | - |
| HSV(B) | 99.31º | 0.16% | 0.69% | - |
| XYZ | 35.17 | 40.85 | 34.05 | - |
| YUV | 168.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 148 | 0.11 | 0 | 0.16 | 0.31 | 99.31 | 0.16 | 0.64 |
| Hex | 9E | B1 | 94 | B | 0 | 10 | 1F | 63 | 10 | 40 |
| Octal | 236 | 261 | 224 | 13 | 0 | 20 | 37 | 143 | 20 | 100 |
| Binary | 10011110 | 10110001 | 10010100 | 1011 | 0 | 10000 | 11111 | 1100011 | 10000 | 1000000 |
Color Harmonies of #9EB194
Complementary color
Monochromatic Colors of #9EB194
Black with #9EB194
Text Example
Text Example
White with #9EB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB194; }
p { color: rgb(158,177,148); }
H1.HeaderClassName
{
color: #9EB194;
}
.AnyTagClassName
{
color: #9EB194;
}
</style>
background-color css
<style>
a { background-color: #9EB194; }
a { background-color: rgb(158,177,148); }
div.DivClassName
{
background-color: #9EB194;
}
.BgClassName
{
background-color: #9EB194;
}
</style>
border-color css
<style>
span { border-color: #9EB194; }
span { border-color: rgb(158,177,148); }
td.TdClassName
{
border-color: #9EB194;
}
.TagClassName
{
border-color: #9EB194;
}
</style>