Shades of Norway #9EB28E
Tints of Norway #9EB28E
RGB
CMYK
RGB Variations
Color information
#9EB28E (or 0x9EB28E) is known color: Norway. HEX triplet: 9E, B2 and 8E. RGB value is (158,178,142). Sum of RGB (Red+Green+Blue) = 158+178+142=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB28E is #614D71. Grayscale: #A8A8A8. Windows color (decimal): -6376818 or 9351838. OLE color: 9351838.
HSL color Cylindrical-coordinate representation of color #9EB28E: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EB28E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 178 | 142 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.30 |
| HSL | 93.33º | 0.19% | 0.63% | - |
| HSV(B) | 93.33º | 0.2% | 0.7% | - |
| XYZ | 34.9 | 41.06 | 31.68 | - |
| YUV | 167.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 178 | 142 | 0.11 | 0 | 0.20 | 0.30 | 93.33 | 0.19 | 0.63 |
| Hex | 9E | B2 | 8E | B | 0 | 14 | 1E | 5D | 13 | 3F |
| Octal | 236 | 262 | 216 | 13 | 0 | 24 | 36 | 135 | 23 | 77 |
| Binary | 10011110 | 10110010 | 10001110 | 1011 | 0 | 10100 | 11110 | 1011101 | 10011 | 111111 |
Color Harmonies of #9EB28E
Complementary color
Monochromatic Colors of #9EB28E
Black with #9EB28E
Text Example
Text Example
White with #9EB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB28E; }
p { color: rgb(158,178,142); }
H1.HeaderClassName
{
color: #9EB28E;
}
.AnyTagClassName
{
color: #9EB28E;
}
</style>
background-color css
<style>
a { background-color: #9EB28E; }
a { background-color: rgb(158,178,142); }
div.DivClassName
{
background-color: #9EB28E;
}
.BgClassName
{
background-color: #9EB28E;
}
</style>
border-color css
<style>
span { border-color: #9EB28E; }
span { border-color: rgb(158,178,142); }
td.TdClassName
{
border-color: #9EB28E;
}
.TagClassName
{
border-color: #9EB28E;
}
</style>