Shades of Norway #9EB185
Tints of Norway #9EB185
RGB
CMYK
RGB Variations
Color information
#9EB185 (or 0x9EB185) is known color: Norway. HEX triplet: 9E, B1 and 85. RGB value is (158,177,133). Sum of RGB (Red+Green+Blue) = 158+177+133=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB185 is #614E7A. Grayscale: #A6A6A6. Windows color (decimal): -6377083 or 8761758. OLE color: 8761758.
HSL color Cylindrical-coordinate representation of color #9EB185: hue angle of 85.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EB185 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 133 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.31 |
| HSL | 85.91º | 0.22% | 0.61% | - |
| HSV(B) | 85.91º | 0.25% | 0.69% | - |
| XYZ | 34.06 | 40.41 | 28.19 | - |
| YUV | 166.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 133 | 0.11 | 0 | 0.25 | 0.31 | 85.91 | 0.22 | 0.61 |
| Hex | 9E | B1 | 85 | B | 0 | 19 | 1F | 56 | 16 | 3D |
| Octal | 236 | 261 | 205 | 13 | 0 | 31 | 37 | 126 | 26 | 75 |
| Binary | 10011110 | 10110001 | 10000101 | 1011 | 0 | 11001 | 11111 | 1010110 | 10110 | 111101 |
Color Harmonies of #9EB185
Complementary color
Monochromatic Colors of #9EB185
Black with #9EB185
Text Example
Text Example
White with #9EB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB185; }
p { color: rgb(158,177,133); }
H1.HeaderClassName
{
color: #9EB185;
}
.AnyTagClassName
{
color: #9EB185;
}
</style>
background-color css
<style>
a { background-color: #9EB185; }
a { background-color: rgb(158,177,133); }
div.DivClassName
{
background-color: #9EB185;
}
.BgClassName
{
background-color: #9EB185;
}
</style>
border-color css
<style>
span { border-color: #9EB185; }
span { border-color: rgb(158,177,133); }
td.TdClassName
{
border-color: #9EB185;
}
.TagClassName
{
border-color: #9EB185;
}
</style>