#96BB9D

Color #96BB9D Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #96BB9D

Tints of Summer Green #96BB9D

Color information

#96BB9D (or 0x96BB9D) is unknown color: approx Summer Green. HEX triplet: 96, BB and 9D. RGB value is (150,187,157). Sum of RGB (Red+Green+Blue) = 150+187+157=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB9D is #694462. Grayscale: #ACACAC. Windows color (decimal): -6898787 or 10337174. OLE color: 10337174.

HSL color Cylindrical-coordinate representation of color #96BB9D: hue angle of 131.35º 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 #96BB9D is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB150187157-
CMYK0.2000.160.27
HSL131.35º21.39%66.08%-
HSV(B)131.35º19.79%73.33%-
XYZ36.4344.4638.56-
YUV172.52119.24111.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=30.36%
G=37.85%
B=31.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501871570.2000.160.27131.3521.3966.08
Hex96BB9D140101B831542
Octal226273235240203320325102
Binary100101101011101110011101101000100001101110000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BB9D; }

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

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

<style>
 a { background-color: #96BB9D; }

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

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

<style>
 span { border-color: #96BB9D; }

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

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