#96C17E

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

Shades of Gossip #96C17E

Tints of Gossip #96C17E

Color information

#96C17E (or 0x96C17E) is unknown color: approx Gossip. HEX triplet: 96, C1 and 7E. RGB value is (150,193,126). Sum of RGB (Red+Green+Blue) = 150+193+126=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #96C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C17E is #693E81. Grayscale: #ACACAC. Windows color (decimal): -6897282 or 8307094. OLE color: 8307094.

HSL color Cylindrical-coordinate representation of color #96C17E: hue angle of 98.51º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96C17E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB150193126-
CMYK0.2200.350.24
HSL98.51º35.08%62.55%-
HSV(B)98.51º34.72%75.69%-
XYZ35.4146.1326.78-
YUV172.5101.75111.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=31.98%
G=41.15%
B=26.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931260.2200.350.2498.5135.0862.55
Hex96C17E160231863233f
Octal22630117626043301434377
Binary10010110110000011111110101100100011110001100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,126); }

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

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

 a { background-color: rgb(150,193,126); }

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

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

 span { border-color: rgb(150,193,126); }

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