#97C885

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

Shades of Gossip #97C885

Tints of Gossip #97C885

Color information

#97C885 (or 0x97C885) is unknown color: approx Gossip. HEX triplet: 97, C8 and 85. RGB value is (151,200,133). Sum of RGB (Red+Green+Blue) = 151+200+133=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #97C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C885 is #68377A. Grayscale: #B1B1B1. Windows color (decimal): -6829947 or 8767639. OLE color: 8767639.

HSL color Cylindrical-coordinate representation of color #97C885: hue angle of 103.88º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C885 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB151200133-
CMYK0.2400.340.22
HSL103.88º37.85%65.29%-
HSV(B)103.88º33.5%78.43%-
XYZ37.6549.5829.78-
YUV177.71102.77108.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=31.20%
G=41.32%
B=27.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1512001330.2400.340.22103.8837.8565.29
Hex97C8851802216682641
Octal227310205300422615046101
Binary1001011111001000100001011100001000101011011010001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,200,133); }

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

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

 a { background-color: rgb(151,200,133); }

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

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

 span { border-color: rgb(151,200,133); }

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