#96B99D

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

Shades of Summer Green #96B99D

Tints of Summer Green #96B99D

Color information

#96B99D (or 0x96B99D) is unknown color: approx Summer Green. HEX triplet: 96, B9 and 9D. RGB value is (150,185,157). Sum of RGB (Red+Green+Blue) = 150+185+157=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #96B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B99D is #694662. Grayscale: #ABABAB. Windows color (decimal): -6899299 or 10336662. OLE color: 10336662.

HSL color Cylindrical-coordinate representation of color #96B99D: hue angle of 132º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B99D is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB150185157-
CMYK0.1900.150.27
HSL132º20%65.69%-
HSV(B)132º18.92%72.55%-
XYZ36.0143.6238.42-
YUV171.34119.9112.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=30.49%
G=37.60%
B=31.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851570.1900.150.271322065.69
Hex96B99D130F1B841442
Octal226271235230173320424102
Binary10010110101110011001110110011011111101110000100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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