Shades of Norway #9EBE82
Tints of Norway #9EBE82
RGB
CMYK
RGB Variations
Color information
#9EBE82 (or 0x9EBE82) is known color: Norway. HEX triplet: 9E, BE and 82. RGB value is (158,190,130). Sum of RGB (Red+Green+Blue) = 158+190+130=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE82 is #61417D. Grayscale: #ADADAD. Windows color (decimal): -6373758 or 8568478. OLE color: 8568478.
HSL color Cylindrical-coordinate representation of color #9EBE82: hue angle of 92º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EBE82 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 130 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.25 |
| HSL | 92º | 0.32% | 0.63% | - |
| HSV(B) | 92º | 0.32% | 0.75% | - |
| XYZ | 36.54 | 45.71 | 28.02 | - |
| YUV | 173.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 130 | 0.17 | 0 | 0.32 | 0.25 | 92 | 0.32 | 0.63 |
| Hex | 9E | BE | 82 | 11 | 0 | 20 | 19 | 5C | 20 | 3F |
| Octal | 236 | 276 | 202 | 21 | 0 | 40 | 31 | 134 | 40 | 77 |
| Binary | 10011110 | 10111110 | 10000010 | 10001 | 0 | 100000 | 11001 | 1011100 | 100000 | 111111 |
Color Harmonies of #9EBE82
Complementary color
Monochromatic Colors of #9EBE82
Black with #9EBE82
Text Example
Text Example
White with #9EBE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE82; }
p { color: rgb(158,190,130); }
H1.HeaderClassName
{
color: #9EBE82;
}
.AnyTagClassName
{
color: #9EBE82;
}
</style>
background-color css
<style>
a { background-color: #9EBE82; }
a { background-color: rgb(158,190,130); }
div.DivClassName
{
background-color: #9EBE82;
}
.BgClassName
{
background-color: #9EBE82;
}
</style>
border-color css
<style>
span { border-color: #9EBE82; }
span { border-color: rgb(158,190,130); }
td.TdClassName
{
border-color: #9EBE82;
}
.TagClassName
{
border-color: #9EBE82;
}
</style>