#97CD8C

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

Shades of Gossip #97CD8C

Tints of Gossip #97CD8C

Color information

#97CD8C (or 0x97CD8C) is unknown color: approx Gossip. HEX triplet: 97, CD and 8C. RGB value is (151,205,140). Sum of RGB (Red+Green+Blue) = 151+205+140=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CD8C is #683273. Grayscale: #B5B5B5. Windows color (decimal): -6828660 or 9227671. OLE color: 9227671.

HSL color Cylindrical-coordinate representation of color #97CD8C: hue angle of 109.85º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97CD8C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB151205140-
CMYK0.2600.320.20
HSL109.85º39.39%67.65%-
HSV(B)109.85º31.71%80.39%-
XYZ39.3352.1432.8-
YUV181.44104.61106.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=30.44%
G=41.33%
B=28.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512051400.2600.320.20109.8539.3967.65
Hex97CD8C1A020146e2744
Octal227315214320402415647104
Binary1001011111001101100011001101001000001010011011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,140); }

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

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

 a { background-color: rgb(151,205,140); }

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

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

 span { border-color: rgb(151,205,140); }

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