#98D884

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

Shades of Gossip #98D884

Tints of Gossip #98D884

Color information

#98D884 (or 0x98D884) is unknown color: approx Gossip. HEX triplet: 98, D8 and 84. RGB value is (152,216,132). Sum of RGB (Red+Green+Blue) = 152+216+132=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #98D884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D884 is #67277B. Grayscale: #BBBBBB. Windows color (decimal): -6760316 or 8706200. OLE color: 8706200.

HSL color Cylindrical-coordinate representation of color #98D884: hue angle of 105.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D884 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB152216132-
CMYK0.3000.390.15
HSL105.71º51.85%68.24%-
HSV(B)105.71º38.89%84.71%-
XYZ41.6757.4530.72-
YUV187.2996.8102.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=30.4%
G=43.2%
B=26.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161320.3000.390.15105.7151.8568.24
Hex98D8841E027F6a3444
Octal230330204360471715264104
Binary100110001101100010000100111100100111111111010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,216,132); }

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

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

 a { background-color: rgb(152,216,132); }

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

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

 span { border-color: rgb(152,216,132); }

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