#96D784

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

Shades of Gossip #96D784

Tints of Gossip #96D784

Color information

#96D784 (or 0x96D784) is unknown color: approx Gossip. HEX triplet: 96, D7 and 84. RGB value is (150,215,132). Sum of RGB (Red+Green+Blue) = 150+215+132=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #96D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D784 is #69287B. Grayscale: #BABABA. Windows color (decimal): -6891644 or 8705942. OLE color: 8705942.

HSL color Cylindrical-coordinate representation of color #96D784: hue angle of 106.99º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96D784 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB150215132-
CMYK0.3000.390.16
HSL106.99º50.92%68.04%-
HSV(B)106.99º38.6%84.31%-
XYZ41.0456.7530.62-
YUV186.197.47102.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=30.18%
G=43.26%
B=26.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151320.3000.390.16106.9950.9268.04
Hex96D7841E027106b3344
Octal226327204360472015363104
Binary1001011011010111100001001111001001111000011010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,132); }

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

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

 a { background-color: rgb(150,215,132); }

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

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

 span { border-color: rgb(150,215,132); }

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