Shades of Norway #9EBA82
Tints of Norway #9EBA82
RGB
CMYK
RGB Variations
Color information
#9EBA82 (or 0x9EBA82) is known color: Norway. HEX triplet: 9E, BA and 82. RGB value is (158,186,130). Sum of RGB (Red+Green+Blue) = 158+186+130=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA82 is #61457D. Grayscale: #ABABAB. Windows color (decimal): -6374782 or 8567454. OLE color: 8567454.
HSL color Cylindrical-coordinate representation of color #9EBA82: hue angle of 90º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EBA82 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 130 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.27 |
| HSL | 90º | 0.29% | 0.62% | - |
| HSV(B) | 90º | 0.3% | 0.73% | - |
| XYZ | 35.69 | 44 | 27.73 | - |
| YUV | 171.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 130 | 0.15 | 0 | 0.30 | 0.27 | 90 | 0.29 | 0.62 |
| Hex | 9E | BA | 82 | F | 0 | 1E | 1B | 5A | 1D | 3E |
| Octal | 236 | 272 | 202 | 17 | 0 | 36 | 33 | 132 | 35 | 76 |
| Binary | 10011110 | 10111010 | 10000010 | 1111 | 0 | 11110 | 11011 | 1011010 | 11101 | 111110 |
Color Harmonies of #9EBA82
Complementary color
Monochromatic Colors of #9EBA82
Black with #9EBA82
Text Example
Text Example
White with #9EBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA82; }
p { color: rgb(158,186,130); }
H1.HeaderClassName
{
color: #9EBA82;
}
.AnyTagClassName
{
color: #9EBA82;
}
</style>
background-color css
<style>
a { background-color: #9EBA82; }
a { background-color: rgb(158,186,130); }
div.DivClassName
{
background-color: #9EBA82;
}
.BgClassName
{
background-color: #9EBA82;
}
</style>
border-color css
<style>
span { border-color: #9EBA82; }
span { border-color: rgb(158,186,130); }
td.TdClassName
{
border-color: #9EBA82;
}
.TagClassName
{
border-color: #9EBA82;
}
</style>