#9EB49A

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

Shades of Spring Rain #9EB49A

Tints of Spring Rain #9EB49A

Color information

#9EB49A (or 0x9EB49A) is unknown color: approx Spring Rain. HEX triplet: 9E, B4 and 9A. RGB value is (158,180,154). Sum of RGB (Red+Green+Blue) = 158+180+154=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49A is #614B65. Grayscale: #AAAAAA. Windows color (decimal): -6376294 or 10138782. OLE color: 10138782.

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

Color convert

RGB158180154-
CMYK0.1200.140.29
HSL110.77º14.77%65.49%-
HSV(B)110.77º14.44%70.59%-
XYZ36.2542.2436.82-
YUV170.46118.71119.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=32.11%
G=36.59%
B=31.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801540.1200.140.29110.7714.7765.49
Hex9EB49AC0E1D6ff41
Octal236264232140163515717101
Binary10011110101101001001101011000111011101110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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