#98D888

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

Shades of Gossip #98D888

Tints of Gossip #98D888

Color information

#98D888 (or 0x98D888) is unknown color: approx Gossip. HEX triplet: 98, D8 and 88. RGB value is (152,216,136). Sum of RGB (Red+Green+Blue) = 152+216+136=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #98D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D888 is #672777. Grayscale: #BCBCBC. Windows color (decimal): -6760312 or 8968344. OLE color: 8968344.

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

Color convert

RGB152216136-
CMYK0.3000.370.15
HSL108º50.63%69.02%-
HSV(B)108º37.04%84.71%-
XYZ41.9557.5632.19-
YUV187.7498.8102.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=30.16%
G=42.86%
B=26.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161360.3000.370.1510850.6369.02
Hex98D8881E025F6c3345
Octal230330210360451715463105
Binary100110001101100010001000111100100101111111011001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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