#9EB095

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

Shades of Spring Rain #9EB095

Tints of Spring Rain #9EB095

Color information

#9EB095 (or 0x9EB095) is unknown color: approx Spring Rain. HEX triplet: 9E, B0 and 95. RGB value is (158,176,149). Sum of RGB (Red+Green+Blue) = 158+176+149=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB095 is #614F6A. Grayscale: #A7A7A7. Windows color (decimal): -6377323 or 9810078. OLE color: 9810078.

HSL color Cylindrical-coordinate representation of color #9EB095: hue angle of 100º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EB095 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB158176149-
CMYK0.1000.150.31
HSL100º14.59%63.73%-
HSV(B)100º15.34%69.02%-
XYZ35.0540.4934.4-
YUV167.54117.54121.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=32.71%
G=36.44%
B=30.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761490.1000.150.3110014.5963.73
Hex9EB095A0F1F64f40
Octal236260225120173714417100
Binary10011110101100001001010110100111111111110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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