#9EB996

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

Shades of Spring Rain #9EB996

Tints of Spring Rain #9EB996

Color information

#9EB996 (or 0x9EB996) is unknown color: approx Spring Rain. HEX triplet: 9E, B9 and 96. RGB value is (158,185,150). Sum of RGB (Red+Green+Blue) = 158+185+150=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB996 is #614669. Grayscale: #ADADAD. Windows color (decimal): -6375018 or 9877918. OLE color: 9877918.

HSL color Cylindrical-coordinate representation of color #9EB996: hue angle of 106.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB996 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB158185150-
CMYK0.1500.190.27
HSL106.29º20%65.69%-
HSV(B)106.29º18.92%72.55%-
XYZ36.9544.1735.43-
YUV172.94115.05117.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=32.05%
G=37.53%
B=30.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851500.1500.190.27106.292065.69
Hex9EB996F0131B6a1442
Octal236271226170233315224102
Binary1001111010111001100101101111010011110111101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,150); }

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

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

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

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

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

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

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