#9EB387

Color #9EB387 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9EB387

Tints of Norway #9EB387

Color information

#9EB387 (or 0x9EB387) is unknown color: approx Norway. HEX triplet: 9E, B3 and 87. RGB value is (158,179,135). Sum of RGB (Red+Green+Blue) = 158+179+135=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB387 is #614C78. Grayscale: #A7A7A7. Windows color (decimal): -6376569 or 8893342. OLE color: 8893342.

HSL color Cylindrical-coordinate representation of color #9EB387: hue angle of 88.64º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EB387 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB158179135-
CMYK0.1200.250.30
HSL88.64º22.45%61.57%-
HSV(B)88.64º24.58%70.2%-
XYZ34.5941.2629.06-
YUV167.7109.54121.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=33.47%
G=37.92%
B=28.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581791350.1200.250.3088.6422.4561.57
Hex9EB387C0191E59163e
Octal23626320714031361312676
Binary100111101011001110000111110001100111110101100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB387; }

 p { color: rgb(158,179,135); }

 H1.HeaderClassName
 {
   color: #9EB387;
 }
 .AnyTagClassName
 {
   color: #9EB387;
 }
</style>
background-color css

<style>
 a { background-color: #9EB387; }

 a { background-color: rgb(158,179,135); }

 div.DivClassName
 {
   background-color: #9EB387;
 }
 .BgClassName
 {
   background-color: #9EB387;
 }
</style>
border-color css

<style>
 span { border-color: #9EB387; }

 span { border-color: rgb(158,179,135); }

 td.TdClassName
 {
   border-color: #9EB387;
 }
 .TagClassName
 {
   border-color: #9EB387;
 }
</style>