#98DA87

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

Shades of Gossip #98DA87

Tints of Gossip #98DA87

Color information

#98DA87 (or 0x98DA87) is unknown color: approx Gossip. HEX triplet: 98, DA and 87. RGB value is (152,218,135). Sum of RGB (Red+Green+Blue) = 152+218+135=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DA87 is #672578. Grayscale: #BDBDBD. Windows color (decimal): -6759801 or 8903320. OLE color: 8903320.

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

Color convert

RGB152218135-
CMYK0.3000.380.15
HSL107.71º52.87%69.22%-
HSV(B)107.71º38.07%85.49%-
XYZ42.3958.5731.99-
YUV188.897.63101.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=30.10%
G=43.17%
B=26.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181350.3000.380.15107.7152.8769.22
Hex98DA871E026F6c3545
Octal230332207360461715465105
Binary100110001101101010000111111100100110111111011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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