#9EBD95

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

Shades of Spring Rain #9EBD95

Tints of Spring Rain #9EBD95

Color information

#9EBD95 (or 0x9EBD95) is unknown color: approx Spring Rain. HEX triplet: 9E, BD and 95. RGB value is (158,189,149). Sum of RGB (Red+Green+Blue) = 158+189+149=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD95 is #61426A. Grayscale: #AFAFAF. Windows color (decimal): -6373995 or 9813406. OLE color: 9813406.

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

Color convert

RGB158189149-
CMYK0.1600.210.26
HSL106.5º23.26%66.27%-
HSV(B)106.5º21.16%74.12%-
XYZ37.7245.8335.29-
YUV175.17113.23115.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=31.85%
G=38.10%
B=30.04%

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
Decimal1581891490.1600.210.26106.523.2666.27
Hex9EBD95100151A6a1742
Octal236275225200253215227102
Binary10011110101111011001010110000010101110101101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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