#98CD8D

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

Shades of Gossip #98CD8D

Tints of Gossip #98CD8D

Color information

#98CD8D (or 0x98CD8D) is unknown color: approx Gossip. HEX triplet: 98, CD and 8D. RGB value is (152,205,141). Sum of RGB (Red+Green+Blue) = 152+205+141=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD8D is #673272. Grayscale: #B6B6B6. Windows color (decimal): -6763123 or 9293208. OLE color: 9293208.

HSL color Cylindrical-coordinate representation of color #98CD8D: hue angle of 109.69º 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 #98CD8D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB152205141-
CMYK0.2600.310.20
HSL109.69º39.02%67.84%-
HSV(B)109.69º31.22%80.39%-
XYZ39.5952.2633.2-
YUV181.86104.94106.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=30.52%
G=41.16%
B=28.31%

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
Decimal1522051410.2600.310.20109.6939.0267.84
Hex98CD8D1A01F146e2744
Octal230315215320372415647104
Binary100110001100110110001101110100111111010011011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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