#97D884

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

Shades of Gossip #97D884

Tints of Gossip #97D884

Color information

#97D884 (or 0x97D884) is unknown color: approx Gossip. HEX triplet: 97, D8 and 84. RGB value is (151,216,132). Sum of RGB (Red+Green+Blue) = 151+216+132=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #97D884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D884 is #68277B. Grayscale: #BBBBBB. Windows color (decimal): -6825852 or 8706199. OLE color: 8706199.

HSL color Cylindrical-coordinate representation of color #97D884: hue angle of 106.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97D884 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB151216132-
CMYK0.3000.390.15
HSL106.43º51.85%68.24%-
HSV(B)106.43º38.89%84.71%-
XYZ41.4857.3630.71-
YUV186.9996.97102.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=30.26%
G=43.29%
B=26.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161320.3000.390.15106.4351.8568.24
Hex97D8841E027F6a3444
Octal227330204360471715264104
Binary100101111101100010000100111100100111111111010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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