Shades of Norway #9EB18D
Tints of Norway #9EB18D
RGB
CMYK
RGB Variations
Color information
#9EB18D (or 0x9EB18D) is known color: Norway. HEX triplet: 9E, B1 and 8D. RGB value is (158,177,141). Sum of RGB (Red+Green+Blue) = 158+177+141=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB18D is #614E72. Grayscale: #A7A7A7. Windows color (decimal): -6377075 or 9286046. OLE color: 9286046.
HSL color Cylindrical-coordinate representation of color #9EB18D: hue angle of 91.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EB18D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 141 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.31 |
| HSL | 91.67º | 0.19% | 0.62% | - |
| HSV(B) | 91.67º | 0.2% | 0.69% | - |
| XYZ | 34.63 | 40.64 | 31.22 | - |
| YUV | 167.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 141 | 0.11 | 0 | 0.20 | 0.31 | 91.67 | 0.19 | 0.62 |
| Hex | 9E | B1 | 8D | B | 0 | 14 | 1F | 5C | 13 | 3E |
| Octal | 236 | 261 | 215 | 13 | 0 | 24 | 37 | 134 | 23 | 76 |
| Binary | 10011110 | 10110001 | 10001101 | 1011 | 0 | 10100 | 11111 | 1011100 | 10011 | 111110 |
Color Harmonies of #9EB18D
Complementary color
Monochromatic Colors of #9EB18D
Black with #9EB18D
Text Example
Text Example
White with #9EB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB18D; }
p { color: rgb(158,177,141); }
H1.HeaderClassName
{
color: #9EB18D;
}
.AnyTagClassName
{
color: #9EB18D;
}
</style>
background-color css
<style>
a { background-color: #9EB18D; }
a { background-color: rgb(158,177,141); }
div.DivClassName
{
background-color: #9EB18D;
}
.BgClassName
{
background-color: #9EB18D;
}
</style>
border-color css
<style>
span { border-color: #9EB18D; }
span { border-color: rgb(158,177,141); }
td.TdClassName
{
border-color: #9EB18D;
}
.TagClassName
{
border-color: #9EB18D;
}
</style>