#98D684

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

Shades of Gossip #98D684

Tints of Gossip #98D684

Color information

#98D684 (or 0x98D684) is unknown color: approx Gossip. HEX triplet: 98, D6 and 84. RGB value is (152,214,132). Sum of RGB (Red+Green+Blue) = 152+214+132=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #98D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D684 is #67297B. Grayscale: #BABABA. Windows color (decimal): -6760828 or 8705688. OLE color: 8705688.

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

Color convert

RGB152214132-
CMYK0.2900.380.16
HSL105.37º50%67.84%-
HSV(B)105.37º38.32%83.92%-
XYZ41.1656.4330.55-
YUV186.1197.46103.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=30.52%
G=42.97%
B=26.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141320.2900.380.16105.375067.84
Hex98D6841D02610693244
Octal230326204350462015162104
Binary1001100011010110100001001110101001101000011010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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