#96C976

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

Shades of Gossip #96C976

Tints of Gossip #96C976

Color information

#96C976 (or 0x96C976) is unknown color: approx Gossip. HEX triplet: 96, C9 and 76. RGB value is (150,201,118). Sum of RGB (Red+Green+Blue) = 150+201+118=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #96C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C976 is #693689. Grayscale: #B0B0B0. Windows color (decimal): -6895242 or 7784854. OLE color: 7784854.

HSL color Cylindrical-coordinate representation of color #96C976: hue angle of 96.87º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96C976 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB150201118-
CMYK0.2500.410.21
HSL96.87º43.46%62.55%-
HSV(B)96.87º41.29%78.82%-
XYZ36.7349.5724.77-
YUV176.2995.1109.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 201 (78.91% from 255) = 42.86%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=31.98%
G=42.86%
B=25.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011180.2500.410.2196.8743.4662.55
Hex96C9761902915612b3f
Octal22631116631051251415377
Binary10010110110010011110110110010101001101011100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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