#98D388

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

Shades of Gossip #98D388

Tints of Gossip #98D388

Color information

#98D388 (or 0x98D388) is unknown color: approx Gossip. HEX triplet: 98, D3 and 88. RGB value is (152,211,136). Sum of RGB (Red+Green+Blue) = 152+211+136=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #98D388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D388 is #672C77. Grayscale: #B9B9B9. Windows color (decimal): -6761592 or 8967064. OLE color: 8967064.

HSL color Cylindrical-coordinate representation of color #98D388: hue angle of 107.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D388 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB152211136-
CMYK0.2800.360.17
HSL107.2º46.01%68.04%-
HSV(B)107.2º35.55%82.75%-
XYZ40.6955.0431.77-
YUV184.81100.45104.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 211 (82.81% from 255) = 42.28%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=30.46%
G=42.28%
B=27.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522111360.2800.360.17107.246.0168.04
Hex98D3881C024116b2e44
Octal230323210340442115356104
Binary1001100011010011100010001110001001001000111010111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,211,136); }

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

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

 a { background-color: rgb(152,211,136); }

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

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

 span { border-color: rgb(152,211,136); }

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