#97C18A

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

Shades of Gossip #97C18A

Tints of Gossip #97C18A

Color information

#97C18A (or 0x97C18A) is unknown color: approx Gossip. HEX triplet: 97, C1 and 8A. RGB value is (151,193,138). Sum of RGB (Red+Green+Blue) = 151+193+138=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #97C18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C18A is #683E75. Grayscale: #AEAEAE. Windows color (decimal): -6831734 or 9093527. OLE color: 9093527.

HSL color Cylindrical-coordinate representation of color #97C18A: hue angle of 105.82º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97C18A is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB151193138-
CMYK0.2200.280.24
HSL105.82º30.73%64.9%-
HSV(B)105.82º28.5%75.69%-
XYZ36.4246.5531.11-
YUV174.17107.59111.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=31.33%
G=40.04%
B=28.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511931380.2200.280.24105.8230.7364.9
Hex97C18A1601C186a1f41
Octal227301212260343015237101
Binary10010111110000011000101010110011100110001101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,193,138); }

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

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

 a { background-color: rgb(151,193,138); }

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

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

 span { border-color: rgb(151,193,138); }

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