#98D687

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

Shades of Gossip #98D687

Tints of Gossip #98D687

Color information

#98D687 (or 0x98D687) is unknown color: approx Gossip. HEX triplet: 98, D6 and 87. RGB value is (152,214,135). Sum of RGB (Red+Green+Blue) = 152+214+135=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #98D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D687 is #672978. Grayscale: #BABABA. Windows color (decimal): -6760825 or 8902296. OLE color: 8902296.

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

Color convert

RGB152214135-
CMYK0.2900.370.16
HSL107.09º49.07%68.43%-
HSV(B)107.09º36.92%83.92%-
XYZ41.3756.5231.65-
YUV186.4698.96103.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=30.34%
G=42.71%
B=26.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141350.2900.370.16107.0949.0768.43
Hex98D6871D025106b3144
Octal230326207350452015361104
Binary1001100011010110100001111110101001011000011010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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