#9EB391

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

Shades of Norway #9EB391

Tints of Norway #9EB391

Color information

#9EB391 (or 0x9EB391) is unknown color: approx Norway. HEX triplet: 9E, B3 and 91. RGB value is (158,179,145). Sum of RGB (Red+Green+Blue) = 158+179+145=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB391 is #614C6E. Grayscale: #A8A8A8. Windows color (decimal): -6376559 or 9548702. OLE color: 9548702.

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

Color convert

RGB158179145-
CMYK0.1200.190.30
HSL97.06º18.28%63.53%-
HSV(B)97.06º18.99%70.2%-
XYZ35.3341.5532.95-
YUV168.84114.54120.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=32.78%
G=37.14%
B=30.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581791450.1200.190.3097.0618.2863.53
Hex9EB391C0131E611240
Octal236263221140233614122100
Binary1001111010110011100100011100010011111101100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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