#9EBB9E

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

Shades of Spring Rain #9EBB9E

Tints of Spring Rain #9EBB9E

Color information

#9EBB9E (or 0x9EBB9E) is unknown color: approx Spring Rain. HEX triplet: 9E, BB and 9E. RGB value is (158,187,158). Sum of RGB (Red+Green+Blue) = 158+187+158=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB9E is #614461. Grayscale: #AFAFAF. Windows color (decimal): -6374498 or 10402718. OLE color: 10402718.

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

Color convert

RGB158187158-
CMYK0.1600.160.27
HSL120º17.58%67.65%-
HSV(B)120º15.51%73.33%-
XYZ38.0445.2839.08-
YUV175.02118.39115.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=31.41%
G=37.18%
B=31.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871580.1600.160.2712017.5867.65
Hex9EBB9E100101B781244
Octal236273236200203317022104
Binary10011110101110111001111010000010000110111111000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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