#9EB49C

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

Shades of Spring Rain #9EB49C

Tints of Spring Rain #9EB49C

Color information

#9EB49C (or 0x9EB49C) is unknown color: approx Spring Rain. HEX triplet: 9E, B4 and 9C. RGB value is (158,180,156). Sum of RGB (Red+Green+Blue) = 158+180+156=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49C is #614B63. Grayscale: #AAAAAA. Windows color (decimal): -6376292 or 10269854. OLE color: 10269854.

HSL color Cylindrical-coordinate representation of color #9EB49C: hue angle of 115º degrees, saturation: 0.14, 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 #9EB49C is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB158180156-
CMYK0.1200.130.29
HSL115º13.79%65.88%-
HSV(B)115º13.33%70.59%-
XYZ36.4242.3137.7-
YUV170.69119.71118.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=31.98%
G=36.44%
B=31.58%

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
Decimal1581801560.1200.130.2911513.7965.88
Hex9EB49CC0D1D73e42
Octal236264234140153516316102
Binary10011110101101001001110011000110111101111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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