#9EBE94

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

Shades of Spring Rain #9EBE94

Tints of Spring Rain #9EBE94

Color information

#9EBE94 (or 0x9EBE94) is unknown color: approx Spring Rain. HEX triplet: 9E, BE and 94. RGB value is (158,190,148). Sum of RGB (Red+Green+Blue) = 158+190+148=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE94 is #61416B. Grayscale: #AFAFAF. Windows color (decimal): -6373740 or 9748126. OLE color: 9748126.

HSL color Cylindrical-coordinate representation of color #9EBE94: hue angle of 105.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EBE94 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB158190148-
CMYK0.1700.220.25
HSL105.71º24.42%66.27%-
HSV(B)105.71º22.11%74.51%-
XYZ37.8646.2334.95-
YUV175.64112.4115.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=31.85%
G=38.31%
B=29.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901480.1700.220.25105.7124.4266.27
Hex9EBE9411016196a1842
Octal236276224210263115230102
Binary10011110101111101001010010001010110110011101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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