#96D878

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

Shades of Gossip #96D878

Tints of Gossip #96D878

Color information

#96D878 (or 0x96D878) is unknown color: approx Gossip. HEX triplet: 96, D8 and 78. RGB value is (150,216,120). Sum of RGB (Red+Green+Blue) = 150+216+120=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #96D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D878 is #692787. Grayscale: #B9B9B9. Windows color (decimal): -6891400 or 7919766. OLE color: 7919766.

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

Color convert

RGB150216120-
CMYK0.3100.440.15
HSL101.25º55.17%65.88%-
HSV(B)101.25º44.44%84.71%-
XYZ40.5256.9526.63-
YUV185.3291.13102.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 216 (84.77% from 255) = 44.44%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=30.86%
G=44.44%
B=24.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161200.3100.440.15101.2555.1765.88
Hex96D8781F02CF653742
Octal226330170370541714567102
Binary10010110110110001111000111110101100111111001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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