#98C98D

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

Shades of Gossip #98C98D

Tints of Gossip #98C98D

Color information

#98C98D (or 0x98C98D) is unknown color: approx Gossip. HEX triplet: 98, C9 and 8D. RGB value is (152,201,141). Sum of RGB (Red+Green+Blue) = 152+201+141=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #98C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C98D is #673672. Grayscale: #B3B3B3. Windows color (decimal): -6764147 or 9292184. OLE color: 9292184.

HSL color Cylindrical-coordinate representation of color #98C98D: hue angle of 109º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C98D is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB152201141-
CMYK0.2400.300.21
HSL109º35.71%67.06%-
HSV(B)109º29.85%78.82%-
XYZ38.6450.3732.89-
YUV179.51106.27108.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=30.77%
G=40.69%
B=28.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522011410.2400.300.2110935.7167.06
Hex98C98D1801E156d2443
Octal230311215300362515544103
Binary100110001100100110001101110000111101010111011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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