#9EBB96

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

Shades of Spring Rain #9EBB96

Tints of Spring Rain #9EBB96

Color information

#9EBB96 (or 0x9EBB96) is unknown color: approx Spring Rain. HEX triplet: 9E, BB and 96. RGB value is (158,187,150). Sum of RGB (Red+Green+Blue) = 158+187+150=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB96 is #614469. Grayscale: #AEAEAE. Windows color (decimal): -6374506 or 9878430. OLE color: 9878430.

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

Color convert

RGB158187150-
CMYK0.1600.200.27
HSL107.03º21.39%66.08%-
HSV(B)107.03º19.79%73.33%-
XYZ37.3845.0135.57-
YUV174.11114.39116.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=31.92%
G=37.78%
B=30.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871500.1600.200.27107.0321.3966.08
Hex9EBB96100141B6b1542
Octal236273226200243315325102
Binary10011110101110111001011010000010100110111101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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