#97C884

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

Shades of Gossip #97C884

Tints of Gossip #97C884

Color information

#97C884 (or 0x97C884) is unknown color: approx Gossip. HEX triplet: 97, C8 and 84. RGB value is (151,200,132). Sum of RGB (Red+Green+Blue) = 151+200+132=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #97C884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C884 is #68377B. Grayscale: #B1B1B1. Windows color (decimal): -6829948 or 8702103. OLE color: 8702103.

HSL color Cylindrical-coordinate representation of color #97C884: hue angle of 103.24º 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 #97C884 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB151200132-
CMYK0.2400.340.22
HSL103.24º38.2%65.1%-
HSV(B)103.24º34%78.43%-
XYZ37.5849.5529.41-
YUV177.6102.27109.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=31.26%
G=41.41%
B=27.33%

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
Decimal1512001320.2400.340.22103.2438.265.1
Hex97C8841802216672641
Octal227310204300422614746101
Binary1001011111001000100001001100001000101011011001111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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