#97CA8D

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

Shades of Gossip #97CA8D

Tints of Gossip #97CA8D

Color information

#97CA8D (or 0x97CA8D) is unknown color: approx Gossip. HEX triplet: 97, CA and 8D. RGB value is (151,202,141). Sum of RGB (Red+Green+Blue) = 151+202+141=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA8D is #683572. Grayscale: #B3B3B3. Windows color (decimal): -6829427 or 9292439. OLE color: 9292439.

HSL color Cylindrical-coordinate representation of color #97CA8D: hue angle of 110.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97CA8D is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB151202141-
CMYK0.2500.300.21
HSL110.16º36.53%67.25%-
HSV(B)110.16º30.2%79.22%-
XYZ38.6950.7432.95-
YUV179.8106.1107.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=30.57%
G=40.89%
B=28.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021410.2500.300.21110.1636.5367.25
Hex97CA8D1901E156e2543
Octal227312215310362515645103
Binary100101111100101010001101110010111101010111011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,141); }

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

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

 a { background-color: rgb(151,202,141); }

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

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

 span { border-color: rgb(151,202,141); }

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