Shades of Norway #9EBF87
Tints of Norway #9EBF87
RGB
CMYK
RGB Variations
Color information
#9EBF87 (or 0x9EBF87) is known color: Norway. HEX triplet: 9E, BF and 87. RGB value is (158,191,135). Sum of RGB (Red+Green+Blue) = 158+191+135=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF87 is #614078. Grayscale: #AEAEAE. Windows color (decimal): -6373497 or 8896414. OLE color: 8896414.
HSL color Cylindrical-coordinate representation of color #9EBF87: hue angle of 95.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EBF87 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 135 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.25 |
| HSL | 95.36º | 0.3% | 0.64% | - |
| HSV(B) | 95.36º | 0.29% | 0.75% | - |
| XYZ | 37.1 | 46.28 | 29.9 | - |
| YUV | 174.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 135 | 0.17 | 0 | 0.29 | 0.25 | 95.36 | 0.3 | 0.64 |
| Hex | 9E | BF | 87 | 11 | 0 | 1D | 19 | 5F | 1E | 40 |
| Octal | 236 | 277 | 207 | 21 | 0 | 35 | 31 | 137 | 36 | 100 |
| Binary | 10011110 | 10111111 | 10000111 | 10001 | 0 | 11101 | 11001 | 1011111 | 11110 | 1000000 |
Color Harmonies of #9EBF87
Complementary color
Monochromatic Colors of #9EBF87
Black with #9EBF87
Text Example
Text Example
White with #9EBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF87; }
p { color: rgb(158,191,135); }
H1.HeaderClassName
{
color: #9EBF87;
}
.AnyTagClassName
{
color: #9EBF87;
}
</style>
background-color css
<style>
a { background-color: #9EBF87; }
a { background-color: rgb(158,191,135); }
div.DivClassName
{
background-color: #9EBF87;
}
.BgClassName
{
background-color: #9EBF87;
}
</style>
border-color css
<style>
span { border-color: #9EBF87; }
span { border-color: rgb(158,191,135); }
td.TdClassName
{
border-color: #9EBF87;
}
.TagClassName
{
border-color: #9EBF87;
}
</style>