#97C981

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

Shades of Gossip #97C981

Tints of Gossip #97C981

Color information

#97C981 (or 0x97C981) is unknown color: approx Gossip. HEX triplet: 97, C9 and 81. RGB value is (151,201,129). Sum of RGB (Red+Green+Blue) = 151+201+129=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #97C981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C981 is #68367E. Grayscale: #B2B2B2. Windows color (decimal): -6829695 or 8505751. OLE color: 8505751.

HSL color Cylindrical-coordinate representation of color #97C981: hue angle of 101.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97C981 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB151201129-
CMYK0.2500.360.21
HSL101.67º40%64.71%-
HSV(B)101.67º35.82%78.82%-
XYZ37.6149.9428.43-
YUV177.84100.44108.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 201 (78.91% from 255) = 41.79%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=31.39%
G=41.79%
B=26.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512011290.2500.360.21101.674064.71
Hex97C9811902415662841
Octal227311201310442514650101
Binary1001011111001001100000011100101001001010111001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,201,129); }

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

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

 a { background-color: rgb(151,201,129); }

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

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

 span { border-color: rgb(151,201,129); }

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