#9EBB9C

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

Shades of Spring Rain #9EBB9C

Tints of Spring Rain #9EBB9C

Color information

#9EBB9C (or 0x9EBB9C) is unknown color: approx Spring Rain. HEX triplet: 9E, BB and 9C. RGB value is (158,187,156). Sum of RGB (Red+Green+Blue) = 158+187+156=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB9C is #614463. Grayscale: #AEAEAE. Windows color (decimal): -6374500 or 10271646. OLE color: 10271646.

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

Color convert

RGB158187156-
CMYK0.1600.170.27
HSL116.13º18.56%67.25%-
HSV(B)116.13º16.58%73.33%-
XYZ37.8745.2138.18-
YUV174.8117.39116.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=31.54%
G=37.33%
B=31.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871560.1600.170.27116.1318.5667.25
Hex9EBB9C100111B741343
Octal236273234200213316423103
Binary10011110101110111001110010000010001110111110100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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