#98C877

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

Shades of Gossip #98C877

Tints of Gossip #98C877

Color information

#98C877 (or 0x98C877) is unknown color: approx Gossip. HEX triplet: 98, C8 and 77. RGB value is (152,200,119). Sum of RGB (Red+Green+Blue) = 152+200+119=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #98C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C877 is #673788. Grayscale: #B0B0B0. Windows color (decimal): -6764425 or 7850136. OLE color: 7850136.

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

Color convert

RGB152200119-
CMYK0.2400.400.22
HSL95.56º42.41%62.55%-
HSV(B)95.56º40.5%78.43%-
XYZ36.9349.3225.03-
YUV176.4195.6110.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=32.27%
G=42.46%
B=25.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1522001190.2400.400.2295.5642.4162.55
Hex98C8771802816602a3f
Octal23031016730050261405277
Binary10011000110010001110111110000101000101101100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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