#9EBC9E

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

Shades of Spring Rain #9EBC9E

Tints of Spring Rain #9EBC9E

Color information

#9EBC9E (or 0x9EBC9E) is unknown color: approx Spring Rain. HEX triplet: 9E, BC and 9E. RGB value is (158,188,158). Sum of RGB (Red+Green+Blue) = 158+188+158=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC9E is #614361. Grayscale: #AFAFAF. Windows color (decimal): -6374242 or 10402974. OLE color: 10402974.

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

Color convert

RGB158188158-
CMYK0.1600.160.26
HSL120º18.29%67.84%-
HSV(B)120º15.96%73.73%-
XYZ38.2645.739.15-
YUV175.61118.06115.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=31.35%
G=37.30%
B=31.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881580.1600.160.2612018.2967.84
Hex9EBC9E100101A781244
Octal236274236200203217022104
Binary10011110101111001001111010000010000110101111000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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