#98D57C

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

Shades of Gossip #98D57C

Tints of Gossip #98D57C

Color information

#98D57C (or 0x98D57C) is unknown color: approx Gossip. HEX triplet: 98, D5 and 7C. RGB value is (152,213,124). Sum of RGB (Red+Green+Blue) = 152+213+124=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #98D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D57C is #672A83. Grayscale: #B8B8B8. Windows color (decimal): -6761092 or 8181144. OLE color: 8181144.

HSL color Cylindrical-coordinate representation of color #98D57C: hue angle of 101.12º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98D57C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB152213124-
CMYK0.2900.420.16
HSL101.12º51.45%66.08%-
HSV(B)101.12º41.78%83.53%-
XYZ40.3855.7227.7-
YUV184.6193.79104.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=31.08%
G=43.56%
B=25.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131240.2900.420.16101.1251.4566.08
Hex98D57C1D02A10653342
Octal230325174350522014563102
Binary100110001101010111111001110101010101000011001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98D57C; }

 p { color: rgb(152,213,124); }

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

<style>
 a { background-color: #98D57C; }

 a { background-color: rgb(152,213,124); }

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

<style>
 span { border-color: #98D57C; }

 span { border-color: rgb(152,213,124); }

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