#9EBC94

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

Shades of Spring Rain #9EBC94

Tints of Spring Rain #9EBC94

Color information

#9EBC94 (or 0x9EBC94) is unknown color: approx Spring Rain. HEX triplet: 9E, BC and 94. RGB value is (158,188,148). Sum of RGB (Red+Green+Blue) = 158+188+148=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC94 is #61436B. Grayscale: #AEAEAE. Windows color (decimal): -6374252 or 9747614. OLE color: 9747614.

HSL color Cylindrical-coordinate representation of color #9EBC94: hue angle of 105º 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 #9EBC94 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB158188148-
CMYK0.1600.210.26
HSL105º22.99%65.88%-
HSV(B)105º21.28%73.73%-
XYZ37.4345.3734.8-
YUV174.47113.06116.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=31.98%
G=38.06%
B=29.96%

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
Decimal1581881480.1600.210.2610522.9965.88
Hex9EBC94100151A691742
Octal236274224200253215127102
Binary10011110101111001001010010000010101110101101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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