#97D088

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

Shades of Gossip #97D088

Tints of Gossip #97D088

Color information

#97D088 (or 0x97D088) is unknown color: approx Gossip. HEX triplet: 97, D0 and 88. RGB value is (151,208,136). Sum of RGB (Red+Green+Blue) = 151+208+136=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #97D088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D088 is #682F77. Grayscale: #B6B6B6. Windows color (decimal): -6827896 or 8966295. OLE color: 8966295.

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

Color convert

RGB151208136-
CMYK0.2700.350.18
HSL107.5º43.37%67.45%-
HSV(B)107.5º34.62%81.57%-
XYZ39.7653.4731.52-
YUV182.75101.62105.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=30.51%
G=42.02%
B=27.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081360.2700.350.18107.543.3767.45
Hex97D0881B023126b2b43
Octal227320210330432215353103
Binary1001011111010000100010001101101000111001011010111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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