#98D175

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

Shades of Gossip #98D175

Tints of Gossip #98D175

Color information

#98D175 (or 0x98D175) is unknown color: approx Gossip. HEX triplet: 98, D1 and 75. RGB value is (152,209,117). Sum of RGB (Red+Green+Blue) = 152+209+117=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #98D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D175 is #672E8A. Grayscale: #B5B5B5. Windows color (decimal): -6762123 or 7721368. OLE color: 7721368.

HSL color Cylindrical-coordinate representation of color #98D175: hue angle of 97.17º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98D175 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB152209117-
CMYK0.2700.440.18
HSL97.17º50%63.92%-
HSV(B)97.17º44.02%81.96%-
XYZ38.9653.5625.11-
YUV181.4791.62106.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=31.80%
G=43.72%
B=24.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522091170.2700.440.1897.175063.92
Hex98D1751B02C12613240
Octal230321165330542214162100
Binary100110001101000111101011101101011001001011000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,209,117); }

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

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

 a { background-color: rgb(152,209,117); }

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

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

 span { border-color: rgb(152,209,117); }

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