#96C37C

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

Shades of Gossip #96C37C

Tints of Gossip #96C37C

Color information

#96C37C (or 0x96C37C) is unknown color: approx Gossip. HEX triplet: 96, C3 and 7C. RGB value is (150,195,124). Sum of RGB (Red+Green+Blue) = 150+195+124=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #96C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C37C is #693C83. Grayscale: #ADADAD. Windows color (decimal): -6896772 or 8176534. OLE color: 8176534.

HSL color Cylindrical-coordinate representation of color #96C37C: hue angle of 98.03º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C37C is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB150195124-
CMYK0.2300.360.24
HSL98.03º37.17%62.55%-
HSV(B)98.03º36.41%76.47%-
XYZ35.7346.9726.25-
YUV173.45100.09111.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=31.98%
G=41.58%
B=26.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951240.2300.360.2498.0337.1762.55
Hex96C37C170241862253f
Octal22630317427044301424577
Binary10010110110000111111100101110100100110001100010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,124); }

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

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

 a { background-color: rgb(150,195,124); }

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

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

 span { border-color: rgb(150,195,124); }

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