#9EB392

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

Shades of Norway #9EB392

Tints of Norway #9EB392

Color information

#9EB392 (or 0x9EB392) is unknown color: approx Norway. HEX triplet: 9E, B3 and 92. RGB value is (158,179,146). Sum of RGB (Red+Green+Blue) = 158+179+146=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB392 is #614C6D. Grayscale: #A9A9A9. Windows color (decimal): -6376558 or 9614238. OLE color: 9614238.

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

Color convert

RGB158179146-
CMYK0.1200.180.30
HSL98.18º17.84%63.73%-
HSV(B)98.18º18.44%70.2%-
XYZ35.4141.5833.35-
YUV168.96115.04120.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=32.71%
G=37.06%
B=30.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581791460.1200.180.3098.1817.8463.73
Hex9EB392C0121E621240
Octal236263222140223614222100
Binary1001111010110011100100101100010010111101100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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