#96BD9C

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

Shades of Summer Green #96BD9C

Tints of Summer Green #96BD9C

Color information

#96BD9C (or 0x96BD9C) is unknown color: approx Summer Green. HEX triplet: 96, BD and 9C. RGB value is (150,189,156). Sum of RGB (Red+Green+Blue) = 150+189+156=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD9C is #694263. Grayscale: #ADADAD. Windows color (decimal): -6898276 or 10272150. OLE color: 10272150.

HSL color Cylindrical-coordinate representation of color #96BD9C: hue angle of 129.23º 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 #96BD9C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB150189156-
CMYK0.2100.170.26
HSL129.23º22.81%66.47%-
HSV(B)129.23º20.63%74.12%-
XYZ36.7845.2838.25-
YUV173.58118.08111.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=30.30%
G=38.18%
B=31.52%

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
Decimal1501891560.2100.170.26129.2322.8166.47
Hex96BD9C150111A811742
Octal226275234250213220127102
Binary100101101011110110011100101010100011101010000001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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