#96E776

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

Shades of Gossip #96E776

Tints of Gossip #96E776

Color information

#96E776 (or 0x96E776) is unknown color: approx Gossip. HEX triplet: 96, E7 and 76. RGB value is (150,231,118). Sum of RGB (Red+Green+Blue) = 150+231+118=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #96E776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E776 is #691889. Grayscale: #C2C2C2. Windows color (decimal): -6887562 or 7792534. OLE color: 7792534.

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

Color convert

RGB150231118-
CMYK0.3500.490.09
HSL103.01º70.19%68.43%-
HSV(B)103.01º48.92%90.59%-
XYZ44.4264.9427.33-
YUV193.985.1696.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 231 (90.62% from 255) = 46.29%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=30.06%
G=46.29%
B=23.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311180.3500.490.09103.0170.1968.43
Hex96E776230319674644
Octal2263471664306111147106104
Binary1001011011100111111011010001101100011001110011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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