#9EB58C

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

Shades of Norway #9EB58C

Tints of Norway #9EB58C

Color information

#9EB58C (or 0x9EB58C) is unknown color: approx Norway. HEX triplet: 9E, B5 and 8C. RGB value is (158,181,140). Sum of RGB (Red+Green+Blue) = 158+181+140=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB58C is #614A73. Grayscale: #A9A9A9. Windows color (decimal): -6376052 or 9221534. OLE color: 9221534.

HSL color Cylindrical-coordinate representation of color #9EB58C: hue angle of 93.66º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EB58C is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB158181140-
CMYK0.1300.230.29
HSL93.66º21.69%62.94%-
HSV(B)93.66º22.65%70.98%-
XYZ35.3642.2131.09-
YUV169.45111.38119.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=32.99%
G=37.79%
B=29.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811400.1300.230.2993.6621.6962.94
Hex9EB58CD0171D5e163f
Octal23626521415027351362677
Binary100111101011010110001100110101011111101101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,181,140); }

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

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

 a { background-color: rgb(158,181,140); }

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

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

 span { border-color: rgb(158,181,140); }

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