#97C986

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

Shades of Gossip #97C986

Tints of Gossip #97C986

Color information

#97C986 (or 0x97C986) is unknown color: approx Gossip. HEX triplet: 97, C9 and 86. RGB value is (151,201,134). Sum of RGB (Red+Green+Blue) = 151+201+134=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #97C986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C986 is #683679. Grayscale: #B2B2B2. Windows color (decimal): -6829690 or 8833431. OLE color: 8833431.

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

Color convert

RGB151201134-
CMYK0.2500.330.21
HSL104.78º38.29%65.69%-
HSV(B)104.78º33.33%78.82%-
XYZ37.9550.0730.22-
YUV178.41102.94108.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=31.07%
G=41.36%
B=27.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512011340.2500.330.21104.7838.2965.69
Hex97C9861902115692642
Octal227311206310412515146102
Binary1001011111001001100001101100101000011010111010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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