#96E96C

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

Shades of Gossip #96E96C

Tints of Gossip #96E96C

Color information

#96E96C (or 0x96E96C) is unknown color: approx Gossip. HEX triplet: 96, E9 and 6C. RGB value is (150,233,108). Sum of RGB (Red+Green+Blue) = 150+233+108=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #96E96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E96C is #691693. Grayscale: #C2C2C2. Windows color (decimal): -6887060 or 7137686. OLE color: 7137686.

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

Color convert

RGB150233108-
CMYK0.3600.540.09
HSL99.84º73.96%66.86%-
HSV(B)99.84º53.65%91.37%-
XYZ44.4265.8424.56-
YUV193.9379.596.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 233 (91.41% from 255) = 47.45%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=30.55%
G=47.45%
B=22.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331080.3600.540.0999.8473.9666.86
Hex96E96C240369644a43
Octal2263511544406611144112103
Binary1001011011101001110110010010001101101001110010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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