#98CD8E

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

Shades of Gossip #98CD8E

Tints of Gossip #98CD8E

Color information

#98CD8E (or 0x98CD8E) is unknown color: approx Gossip. HEX triplet: 98, CD and 8E. RGB value is (152,205,142). Sum of RGB (Red+Green+Blue) = 152+205+142=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD8E is #673271. Grayscale: #B6B6B6. Windows color (decimal): -6763122 or 9358744. OLE color: 9358744.

HSL color Cylindrical-coordinate representation of color #98CD8E: hue angle of 110.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CD8E is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB152205142-
CMYK0.2600.310.20
HSL110.48º38.65%68.04%-
HSV(B)110.48º30.73%80.39%-
XYZ39.6652.2933.59-
YUV181.97105.44106.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=30.46%
G=41.08%
B=28.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051420.2600.310.20110.4838.6568.04
Hex98CD8E1A01F146e2744
Octal230315216320372415647104
Binary100110001100110110001110110100111111010011011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,142); }

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

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

 a { background-color: rgb(152,205,142); }

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

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

 span { border-color: rgb(152,205,142); }

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