Shades of Norway #9EBF8A
Tints of Norway #9EBF8A
RGB
CMYK
RGB Variations
Color information
#9EBF8A (or 0x9EBF8A) is known color: Norway. HEX triplet: 9E, BF and 8A. RGB value is (158,191,138). Sum of RGB (Red+Green+Blue) = 158+191+138=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF8A is #614075. Grayscale: #AFAFAF. Windows color (decimal): -6373494 or 9093022. OLE color: 9093022.
HSL color Cylindrical-coordinate representation of color #9EBF8A: hue angle of 97.36º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBF8A is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 138 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.25 |
| HSL | 97.36º | 0.29% | 0.65% | - |
| HSV(B) | 97.36º | 0.28% | 0.75% | - |
| XYZ | 37.32 | 46.37 | 31.03 | - |
| YUV | 175.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 138 | 0.17 | 0 | 0.28 | 0.25 | 97.36 | 0.29 | 0.65 |
| Hex | 9E | BF | 8A | 11 | 0 | 1C | 19 | 61 | 1D | 41 |
| Octal | 236 | 277 | 212 | 21 | 0 | 34 | 31 | 141 | 35 | 101 |
| Binary | 10011110 | 10111111 | 10001010 | 10001 | 0 | 11100 | 11001 | 1100001 | 11101 | 1000001 |
Color Harmonies of #9EBF8A
Complementary color
Monochromatic Colors of #9EBF8A
Black with #9EBF8A
Text Example
Text Example
White with #9EBF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF8A; }
p { color: rgb(158,191,138); }
H1.HeaderClassName
{
color: #9EBF8A;
}
.AnyTagClassName
{
color: #9EBF8A;
}
</style>
background-color css
<style>
a { background-color: #9EBF8A; }
a { background-color: rgb(158,191,138); }
div.DivClassName
{
background-color: #9EBF8A;
}
.BgClassName
{
background-color: #9EBF8A;
}
</style>
border-color css
<style>
span { border-color: #9EBF8A; }
span { border-color: rgb(158,191,138); }
td.TdClassName
{
border-color: #9EBF8A;
}
.TagClassName
{
border-color: #9EBF8A;
}
</style>