#96D966

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

Shades of Gossip #96D966

Tints of Gossip #96D966

Color information

#96D966 (or 0x96D966) is unknown color: approx Gossip. HEX triplet: 96, D9 and 66. RGB value is (150,217,102). Sum of RGB (Red+Green+Blue) = 150+217+102=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #96D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D966 is #692699. Grayscale: #B8B8B8. Windows color (decimal): -6891162 or 6740374. OLE color: 6740374.

HSL color Cylindrical-coordinate representation of color #96D966: hue angle of 94.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96D966 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB150217102-
CMYK0.3100.530.15
HSL94.96º60.21%62.55%-
HSV(B)94.96º53%85.1%-
XYZ39.7957.0721.49-
YUV183.8681.8103.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=31.98%
G=46.27%
B=21.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171020.3100.530.1594.9660.2162.55
Hex96D9661F035F5f3c3f
Octal22633114637065171377477
Binary1001011011011001110011011111011010111111011111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,102); }

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

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

 a { background-color: rgb(150,217,102); }

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

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

 span { border-color: rgb(150,217,102); }

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