Shades of Norway #9EBB8A
Tints of Norway #9EBB8A
RGB
CMYK
RGB Variations
Color information
#9EBB8A (or 0x9EBB8A) is known color: Norway. HEX triplet: 9E, BB and 8A. RGB value is (158,187,138). Sum of RGB (Red+Green+Blue) = 158+187+138=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB8A is #614475. Grayscale: #ACACAC. Windows color (decimal): -6374518 or 9091998. OLE color: 9091998.
HSL color Cylindrical-coordinate representation of color #9EBB8A: hue angle of 95.51º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EBB8A is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 138 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.27 |
| HSL | 95.51º | 0.26% | 0.64% | - |
| HSV(B) | 95.51º | 0.26% | 0.73% | - |
| XYZ | 36.46 | 44.64 | 30.74 | - |
| YUV | 172.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 138 | 0.16 | 0 | 0.26 | 0.27 | 95.51 | 0.26 | 0.64 |
| Hex | 9E | BB | 8A | 10 | 0 | 1A | 1B | 60 | 1A | 40 |
| Octal | 236 | 273 | 212 | 20 | 0 | 32 | 33 | 140 | 32 | 100 |
| Binary | 10011110 | 10111011 | 10001010 | 10000 | 0 | 11010 | 11011 | 1100000 | 11010 | 1000000 |
Color Harmonies of #9EBB8A
Complementary color
Monochromatic Colors of #9EBB8A
Black with #9EBB8A
Text Example
Text Example
White with #9EBB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB8A; }
p { color: rgb(158,187,138); }
H1.HeaderClassName
{
color: #9EBB8A;
}
.AnyTagClassName
{
color: #9EBB8A;
}
</style>
background-color css
<style>
a { background-color: #9EBB8A; }
a { background-color: rgb(158,187,138); }
div.DivClassName
{
background-color: #9EBB8A;
}
.BgClassName
{
background-color: #9EBB8A;
}
</style>
border-color css
<style>
span { border-color: #9EBB8A; }
span { border-color: rgb(158,187,138); }
td.TdClassName
{
border-color: #9EBB8A;
}
.TagClassName
{
border-color: #9EBB8A;
}
</style>