#9EB69C

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

Shades of Spring Rain #9EB69C

Tints of Spring Rain #9EB69C

Color information

#9EB69C (or 0x9EB69C) is unknown color: approx Spring Rain. HEX triplet: 9E, B6 and 9C. RGB value is (158,182,156). Sum of RGB (Red+Green+Blue) = 158+182+156=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB69C is #614963. Grayscale: #ABABAB. Windows color (decimal): -6375780 or 10270366. OLE color: 10270366.

HSL color Cylindrical-coordinate representation of color #9EB69C: hue angle of 115.38º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB69C is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB158182156-
CMYK0.1300.140.29
HSL115.38º15.12%66.27%-
HSV(B)115.38º14.29%71.37%-
XYZ36.8343.1337.84-
YUV171.86119.05118.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=31.85%
G=36.69%
B=31.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821560.1300.140.29115.3815.1266.27
Hex9EB69CD0E1D73f42
Octal236266234150163516317102
Binary10011110101101101001110011010111011101111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,156); }

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

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

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

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

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

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

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