Shades of Norway #9EB082
Tints of Norway #9EB082
RGB
CMYK
RGB Variations
Color information
#9EB082 (or 0x9EB082) is known color: Norway. HEX triplet: 9E, B0 and 82. RGB value is (158,176,130). Sum of RGB (Red+Green+Blue) = 158+176+130=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB082 is #614F7D. Grayscale: #A5A5A5. Windows color (decimal): -6377342 or 8564894. OLE color: 8564894.
HSL color Cylindrical-coordinate representation of color #9EB082: hue angle of 83.48º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EB082 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 176 | 130 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.31 |
| HSL | 83.48º | 0.23% | 0.6% | - |
| HSV(B) | 83.48º | 0.26% | 0.69% | - |
| XYZ | 33.66 | 39.93 | 27.05 | - |
| YUV | 165.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 176 | 130 | 0.10 | 0 | 0.26 | 0.31 | 83.48 | 0.23 | 0.6 |
| Hex | 9E | B0 | 82 | A | 0 | 1A | 1F | 53 | 17 | 3C |
| Octal | 236 | 260 | 202 | 12 | 0 | 32 | 37 | 123 | 27 | 74 |
| Binary | 10011110 | 10110000 | 10000010 | 1010 | 0 | 11010 | 11111 | 1010011 | 10111 | 111100 |
Color Harmonies of #9EB082
Complementary color
Monochromatic Colors of #9EB082
Black with #9EB082
Text Example
Text Example
White with #9EB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB082; }
p { color: rgb(158,176,130); }
H1.HeaderClassName
{
color: #9EB082;
}
.AnyTagClassName
{
color: #9EB082;
}
</style>
background-color css
<style>
a { background-color: #9EB082; }
a { background-color: rgb(158,176,130); }
div.DivClassName
{
background-color: #9EB082;
}
.BgClassName
{
background-color: #9EB082;
}
</style>
border-color css
<style>
span { border-color: #9EB082; }
span { border-color: rgb(158,176,130); }
td.TdClassName
{
border-color: #9EB082;
}
.TagClassName
{
border-color: #9EB082;
}
</style>