#98D682

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

Shades of Gossip #98D682

Tints of Gossip #98D682

Color information

#98D682 (or 0x98D682) is unknown color: approx Gossip. HEX triplet: 98, D6 and 82. RGB value is (152,214,130). Sum of RGB (Red+Green+Blue) = 152+214+130=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #98D682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D682 is #67297D. Grayscale: #BABABA. Windows color (decimal): -6760830 or 8574616. OLE color: 8574616.

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

Color convert

RGB152214130-
CMYK0.2900.390.16
HSL104.29º50.6%67.45%-
HSV(B)104.29º39.25%83.92%-
XYZ41.0256.3829.84-
YUV185.8996.46103.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=30.65%
G=43.15%
B=26.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141300.2900.390.16104.2950.667.45
Hex98D6821D02710683343
Octal230326202350472015063103
Binary1001100011010110100000101110101001111000011010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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