#96D179

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

Shades of Gossip #96D179

Tints of Gossip #96D179

Color information

#96D179 (or 0x96D179) is unknown color: approx Gossip. HEX triplet: 96, D1 and 79. RGB value is (150,209,121). Sum of RGB (Red+Green+Blue) = 150+209+121=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #96D179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D179 is #692E86. Grayscale: #B5B5B5. Windows color (decimal): -6893191 or 7983510. OLE color: 7983510.

HSL color Cylindrical-coordinate representation of color #96D179: hue angle of 100.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96D179 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB150209121-
CMYK0.2800.420.18
HSL100.23º48.89%64.71%-
HSV(B)100.23º42.11%81.96%-
XYZ38.8353.4726.36-
YUV181.3393.95105.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 209 (82.03% from 255) = 43.54%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=31.25%
G=43.54%
B=25.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502091210.2800.420.18100.2348.8964.71
Hex96D1791C02A12643141
Octal226321171340522214461101
Binary100101101101000111110011110001010101001011001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,209,121); }

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

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

 a { background-color: rgb(150,209,121); }

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

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

 span { border-color: rgb(150,209,121); }

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