#97CA88

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

Shades of Gossip #97CA88

Tints of Gossip #97CA88

Color information

#97CA88 (or 0x97CA88) is unknown color: approx Gossip. HEX triplet: 97, CA and 88. RGB value is (151,202,136). Sum of RGB (Red+Green+Blue) = 151+202+136=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA88 is #683577. Grayscale: #B3B3B3. Windows color (decimal): -6829432 or 8964759. OLE color: 8964759.

HSL color Cylindrical-coordinate representation of color #97CA88: hue angle of 106.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97CA88 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB151202136-
CMYK0.2500.330.21
HSL106.36º38.37%66.27%-
HSV(B)106.36º32.67%79.22%-
XYZ38.3350.631.04-
YUV179.23103.6107.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=30.88%
G=41.31%
B=27.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021360.2500.330.21106.3638.3766.27
Hex97CA8819021156a2642
Octal227312210310412515246102
Binary1001011111001010100010001100101000011010111010101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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