#98D17B

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

Shades of Gossip #98D17B

Tints of Gossip #98D17B

Color information

#98D17B (or 0x98D17B) is unknown color: approx Gossip. HEX triplet: 98, D1 and 7B. RGB value is (152,209,123). Sum of RGB (Red+Green+Blue) = 152+209+123=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #98D17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D17B is #672E84. Grayscale: #B6B6B6. Windows color (decimal): -6762117 or 8114584. OLE color: 8114584.

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

Color convert

RGB152209123-
CMYK0.2700.410.18
HSL99.77º48.31%65.1%-
HSV(B)99.77º41.15%81.96%-
XYZ39.3253.7127.03-
YUV182.1594.62106.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=31.40%
G=43.18%
B=25.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522091230.2700.410.1899.7748.3165.1
Hex98D17B1B02912643041
Octal230321173330512214460101
Binary100110001101000111110111101101010011001011001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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