#9EBC95

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

Shades of Spring Rain #9EBC95

Tints of Spring Rain #9EBC95

Color information

#9EBC95 (or 0x9EBC95) is unknown color: approx Spring Rain. HEX triplet: 9E, BC and 95. RGB value is (158,188,149). Sum of RGB (Red+Green+Blue) = 158+188+149=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC95 is #61436A. Grayscale: #AEAEAE. Windows color (decimal): -6374251 or 9813150. OLE color: 9813150.

HSL color Cylindrical-coordinate representation of color #9EBC95: hue angle of 106.15º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EBC95 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB158188149-
CMYK0.1600.210.26
HSL106.15º22.54%66.08%-
HSV(B)106.15º20.74%73.73%-
XYZ37.5145.4135.22-
YUV174.58113.56116.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=31.92%
G=37.98%
B=30.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881490.1600.210.26106.1522.5466.08
Hex9EBC95100151A6a1742
Octal236274225200253215227102
Binary10011110101111001001010110000010101110101101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,149); }

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

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

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

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

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

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

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