#96D87F

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

Shades of Gossip #96D87F

Tints of Gossip #96D87F

Color information

#96D87F (or 0x96D87F) is unknown color: approx Gossip. HEX triplet: 96, D8 and 7F. RGB value is (150,216,127). Sum of RGB (Red+Green+Blue) = 150+216+127=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #96D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D87F is #692780. Grayscale: #BABABA. Windows color (decimal): -6891393 or 8378518. OLE color: 8378518.

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

Color convert

RGB150216127-
CMYK0.3100.410.15
HSL104.49º53.29%67.25%-
HSV(B)104.49º41.2%84.71%-
XYZ40.9657.1328.95-
YUV186.1294.63102.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 127 (50% from 255) = 25.76%
R=30.43%
G=43.81%
B=25.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161270.3100.410.15104.4953.2967.25
Hex96D87F1F029F683543
Octal226330177370511715065103
Binary10010110110110001111111111110101001111111010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,216,127); }

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

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

 a { background-color: rgb(150,216,127); }

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

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

 span { border-color: rgb(150,216,127); }

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