#97D086

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

Shades of Gossip #97D086

Tints of Gossip #97D086

Color information

#97D086 (or 0x97D086) is unknown color: approx Gossip. HEX triplet: 97, D0 and 86. RGB value is (151,208,134). Sum of RGB (Red+Green+Blue) = 151+208+134=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #97D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D086 is #682F79. Grayscale: #B6B6B6. Windows color (decimal): -6827898 or 8835223. OLE color: 8835223.

HSL color Cylindrical-coordinate representation of color #97D086: hue angle of 106.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D086 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB151208134-
CMYK0.2700.360.18
HSL106.22º44.05%67.06%-
HSV(B)106.22º35.58%81.57%-
XYZ39.6253.4130.78-
YUV182.52100.62105.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=30.63%
G=42.19%
B=27.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081340.2700.360.18106.2244.0567.06
Hex97D0861B024126a2c43
Octal227320206330442215254103
Binary1001011111010000100001101101101001001001011010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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