Shades of Norway #9EBF84
Tints of Norway #9EBF84
RGB
CMYK
RGB Variations
Color information
#9EBF84 (or 0x9EBF84) is known color: Norway. HEX triplet: 9E, BF and 84. RGB value is (158,191,132). Sum of RGB (Red+Green+Blue) = 158+191+132=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF84 is #61407B. Grayscale: #AEAEAE. Windows color (decimal): -6373500 or 8699806. OLE color: 8699806.
HSL color Cylindrical-coordinate representation of color #9EBF84: hue angle of 93.56º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EBF84 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 132 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.25 |
| HSL | 93.56º | 0.32% | 0.63% | - |
| HSV(B) | 93.56º | 0.31% | 0.75% | - |
| XYZ | 36.9 | 46.2 | 28.8 | - |
| YUV | 174.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 132 | 0.17 | 0 | 0.31 | 0.25 | 93.56 | 0.32 | 0.63 |
| Hex | 9E | BF | 84 | 11 | 0 | 1F | 19 | 5E | 20 | 3F |
| Octal | 236 | 277 | 204 | 21 | 0 | 37 | 31 | 136 | 40 | 77 |
| Binary | 10011110 | 10111111 | 10000100 | 10001 | 0 | 11111 | 11001 | 1011110 | 100000 | 111111 |
Color Harmonies of #9EBF84
Complementary color
Monochromatic Colors of #9EBF84
Black with #9EBF84
Text Example
Text Example
White with #9EBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF84; }
p { color: rgb(158,191,132); }
H1.HeaderClassName
{
color: #9EBF84;
}
.AnyTagClassName
{
color: #9EBF84;
}
</style>
background-color css
<style>
a { background-color: #9EBF84; }
a { background-color: rgb(158,191,132); }
div.DivClassName
{
background-color: #9EBF84;
}
.BgClassName
{
background-color: #9EBF84;
}
</style>
border-color css
<style>
span { border-color: #9EBF84; }
span { border-color: rgb(158,191,132); }
td.TdClassName
{
border-color: #9EBF84;
}
.TagClassName
{
border-color: #9EBF84;
}
</style>