#96C877

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

Shades of Gossip #96C877

Tints of Gossip #96C877

Color information

#96C877 (or 0x96C877) is unknown color: approx Gossip. HEX triplet: 96, C8 and 77. RGB value is (150,200,119). Sum of RGB (Red+Green+Blue) = 150+200+119=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #96C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C877 is #693788. Grayscale: #B0B0B0. Windows color (decimal): -6895497 or 7850134. OLE color: 7850134.

HSL color Cylindrical-coordinate representation of color #96C877: hue angle of 97.04º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96C877 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB150200119-
CMYK0.2500.400.22
HSL97.04º42.41%62.55%-
HSV(B)97.04º40.5%78.43%-
XYZ36.5649.1225.01-
YUV175.8295.94109.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=31.98%
G=42.64%
B=25.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001190.2500.400.2297.0442.4162.55
Hex96C8771902816612a3f
Octal22631016731050261415277
Binary10010110110010001110111110010101000101101100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,119); }

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

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

 a { background-color: rgb(150,200,119); }

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

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

 span { border-color: rgb(150,200,119); }

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