#96BD9D

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

Shades of Summer Green #96BD9D

Tints of Summer Green #96BD9D

Color information

#96BD9D (or 0x96BD9D) is unknown color: approx Summer Green. HEX triplet: 96, BD and 9D. RGB value is (150,189,157). Sum of RGB (Red+Green+Blue) = 150+189+157=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD9D is #694262. Grayscale: #ADADAD. Windows color (decimal): -6898275 or 10337686. OLE color: 10337686.

HSL color Cylindrical-coordinate representation of color #96BD9D: hue angle of 130.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BD9D is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB150189157-
CMYK0.2100.170.26
HSL130.77º22.81%66.47%-
HSV(B)130.77º20.63%74.12%-
XYZ36.8645.3138.7-
YUV173.69118.58111.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=30.24%
G=38.10%
B=31.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501891570.2100.170.26130.7722.8166.47
Hex96BD9D150111A831742
Octal226275235250213220327102
Binary100101101011110110011101101010100011101010000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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