#97D179

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

Shades of Gossip #97D179

Tints of Gossip #97D179

Color information

#97D179 (or 0x97D179) is unknown color: approx Gossip. HEX triplet: 97, D1 and 79. RGB value is (151,209,121). Sum of RGB (Red+Green+Blue) = 151+209+121=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #97D179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D179 is #682E86. Grayscale: #B5B5B5. Windows color (decimal): -6827655 or 7983511. OLE color: 7983511.

HSL color Cylindrical-coordinate representation of color #97D179: hue angle of 99.55º 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 #97D179 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB151209121-
CMYK0.2800.420.18
HSL99.55º48.89%64.71%-
HSV(B)99.55º42.11%81.96%-
XYZ39.0153.5626.37-
YUV181.6393.78106.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=31.39%
G=43.45%
B=25.16%

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
Decimal1512091210.2800.420.1899.5548.8964.71
Hex97D1791C02A12643141
Octal227321171340522214461101
Binary100101111101000111110011110001010101001011001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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