#9EB49E

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

Shades of Spring Rain #9EB49E

Tints of Spring Rain #9EB49E

Color information

#9EB49E (or 0x9EB49E) is unknown color: approx Spring Rain. HEX triplet: 9E, B4 and 9E. RGB value is (158,180,158). Sum of RGB (Red+Green+Blue) = 158+180+158=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49E is #614B61. Grayscale: #AAAAAA. Windows color (decimal): -6376290 or 10400926. OLE color: 10400926.

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

Color convert

RGB158180158-
CMYK0.1200.120.29
HSL120º12.79%66.27%-
HSV(B)120º12.22%70.59%-
XYZ36.5942.3838.6-
YUV170.91120.71118.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=31.85%
G=36.29%
B=31.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801580.1200.120.2912012.7966.27
Hex9EB49EC0C1D78d42
Octal236264236140143517015102
Binary10011110101101001001111011000110011101111100011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,158); }

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

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

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

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

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

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

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