#98C87C

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

Shades of Gossip #98C87C

Tints of Gossip #98C87C

Color information

#98C87C (or 0x98C87C) is unknown color: approx Gossip. HEX triplet: 98, C8 and 7C. RGB value is (152,200,124). Sum of RGB (Red+Green+Blue) = 152+200+124=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #98C87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C87C is #673783. Grayscale: #B1B1B1. Windows color (decimal): -6764420 or 8177816. OLE color: 8177816.

HSL color Cylindrical-coordinate representation of color #98C87C: hue angle of 97.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98C87C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB152200124-
CMYK0.2400.380.22
HSL97.89º40.86%63.53%-
HSV(B)97.89º38%78.43%-
XYZ37.2449.4426.65-
YUV176.9898.1110.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=31.93%
G=42.02%
B=26.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1522001240.2400.380.2297.8940.8663.53
Hex98C87C1802616622940
Octal230310174300462614251100
Binary100110001100100011111001100001001101011011000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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