#98CE84

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

Shades of Gossip #98CE84

Tints of Gossip #98CE84

Color information

#98CE84 (or 0x98CE84) is unknown color: approx Gossip. HEX triplet: 98, CE and 84. RGB value is (152,206,132). Sum of RGB (Red+Green+Blue) = 152+206+132=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CE84 is #67317B. Grayscale: #B5B5B5. Windows color (decimal): -6762876 or 8703640. OLE color: 8703640.

HSL color Cylindrical-coordinate representation of color #98CE84: hue angle of 103.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98CE84 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB152206132-
CMYK0.2600.360.19
HSL103.78º43.02%66.27%-
HSV(B)103.78º35.92%80.78%-
XYZ39.1952.4829.89-
YUV181.42100.11107.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.02%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=31.02%
G=42.04%
B=26.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061320.2600.360.19103.7843.0266.27
Hex98CE841A02413682b42
Octal230316204320442315053102
Binary1001100011001110100001001101001001001001111010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,132); }

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

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

 a { background-color: rgb(152,206,132); }

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

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

 span { border-color: rgb(152,206,132); }

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