#9EB49D

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

Shades of Spring Rain #9EB49D

Tints of Spring Rain #9EB49D

Color information

#9EB49D (or 0x9EB49D) is unknown color: approx Spring Rain. HEX triplet: 9E, B4 and 9D. RGB value is (158,180,157). Sum of RGB (Red+Green+Blue) = 158+180+157=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49D is #614B62. Grayscale: #AAAAAA. Windows color (decimal): -6376291 or 10335390. OLE color: 10335390.

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

Color convert

RGB158180157-
CMYK0.1200.130.29
HSL117.39º13.29%66.08%-
HSV(B)117.39º12.78%70.59%-
XYZ36.5142.3538.15-
YUV170.8120.21118.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=31.92%
G=36.36%
B=31.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801570.1200.130.29117.3913.2966.08
Hex9EB49DC0D1D75d42
Octal236264235140153516515102
Binary10011110101101001001110111000110111101111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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