#96E976

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

Shades of Gossip #96E976

Tints of Gossip #96E976

Color information

#96E976 (or 0x96E976) is unknown color: approx Gossip. HEX triplet: 96, E9 and 76. RGB value is (150,233,118). Sum of RGB (Red+Green+Blue) = 150+233+118=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #96E976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E976 is #691689. Grayscale: #C3C3C3. Windows color (decimal): -6887050 or 7793046. OLE color: 7793046.

HSL color Cylindrical-coordinate representation of color #96E976: hue angle of 103.3º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96E976 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB150233118-
CMYK0.3600.490.09
HSL103.3º72.33%68.82%-
HSV(B)103.3º49.36%91.37%-
XYZ44.9966.0727.52-
YUV195.0784.595.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 233 (91.41% from 255) = 46.51%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=29.94%
G=46.51%
B=23.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331180.3600.490.09103.372.3368.82
Hex96E976240319674845
Octal2263511664406111147110105
Binary1001011011101001111011010010001100011001110011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,118); }

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

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

 a { background-color: rgb(150,233,118); }

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

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

 span { border-color: rgb(150,233,118); }

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