Shades of Norway #9EBB82
Tints of Norway #9EBB82
RGB
CMYK
RGB Variations
Color information
#9EBB82 (or 0x9EBB82) is known color: Norway. HEX triplet: 9E, BB and 82. RGB value is (158,187,130). Sum of RGB (Red+Green+Blue) = 158+187+130=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB82 is #61447D. Grayscale: #ACACAC. Windows color (decimal): -6374526 or 8567710. OLE color: 8567710.
HSL color Cylindrical-coordinate representation of color #9EBB82: hue angle of 90.53º degrees, saturation: 0.3, 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 #9EBB82 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 130 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.27 |
| HSL | 90.53º | 0.3% | 0.62% | - |
| HSV(B) | 90.53º | 0.3% | 0.73% | - |
| XYZ | 35.9 | 44.42 | 27.8 | - |
| YUV | 171.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 130 | 0.16 | 0 | 0.30 | 0.27 | 90.53 | 0.3 | 0.62 |
| Hex | 9E | BB | 82 | 10 | 0 | 1E | 1B | 5B | 1E | 3E |
| Octal | 236 | 273 | 202 | 20 | 0 | 36 | 33 | 133 | 36 | 76 |
| Binary | 10011110 | 10111011 | 10000010 | 10000 | 0 | 11110 | 11011 | 1011011 | 11110 | 111110 |
Color Harmonies of #9EBB82
Complementary color
Monochromatic Colors of #9EBB82
Black with #9EBB82
Text Example
Text Example
White with #9EBB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB82; }
p { color: rgb(158,187,130); }
H1.HeaderClassName
{
color: #9EBB82;
}
.AnyTagClassName
{
color: #9EBB82;
}
</style>
background-color css
<style>
a { background-color: #9EBB82; }
a { background-color: rgb(158,187,130); }
div.DivClassName
{
background-color: #9EBB82;
}
.BgClassName
{
background-color: #9EBB82;
}
</style>
border-color css
<style>
span { border-color: #9EBB82; }
span { border-color: rgb(158,187,130); }
td.TdClassName
{
border-color: #9EBB82;
}
.TagClassName
{
border-color: #9EBB82;
}
</style>