#9EB58E

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

Shades of Norway #9EB58E

Tints of Norway #9EB58E

Color information

#9EB58E (or 0x9EB58E) is unknown color: approx Norway. HEX triplet: 9E, B5 and 8E. RGB value is (158,181,142). Sum of RGB (Red+Green+Blue) = 158+181+142=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB58E is #614A71. Grayscale: #A9A9A9. Windows color (decimal): -6376050 or 9352606. OLE color: 9352606.

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

Color convert

RGB158181142-
CMYK0.1300.220.29
HSL95.38º20.86%63.33%-
HSV(B)95.38º21.55%70.98%-
XYZ35.5142.2731.88-
YUV169.68112.38119.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=32.85%
G=37.63%
B=29.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811420.1300.220.2995.3820.8663.33
Hex9EB58ED0161D5f153f
Octal23626521615026351372577
Binary100111101011010110001110110101011011101101111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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