#9EBC9A

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

Shades of Spring Rain #9EBC9A

Tints of Spring Rain #9EBC9A

Color information

#9EBC9A (or 0x9EBC9A) is unknown color: approx Spring Rain. HEX triplet: 9E, BC and 9A. RGB value is (158,188,154). Sum of RGB (Red+Green+Blue) = 158+188+154=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC9A is #614365. Grayscale: #AFAFAF. Windows color (decimal): -6374246 or 10140830. OLE color: 10140830.

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

Color convert

RGB158188154-
CMYK0.1600.180.26
HSL112.94º20.24%67.06%-
HSV(B)112.94º18.09%73.73%-
XYZ37.9245.5737.37-
YUV175.15116.06115.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=31.6%
G=37.6%
B=30.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881540.1600.180.26112.9420.2467.06
Hex9EBC9A100121A711443
Octal236274232200223216124103
Binary10011110101111001001101010000010010110101110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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