#9DC98C

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

Shades of Gossip #9DC98C

Tints of Gossip #9DC98C

Color information

#9DC98C (or 0x9DC98C) is unknown color: approx Gossip. HEX triplet: 9D, C9 and 8C. RGB value is (157,201,140). Sum of RGB (Red+Green+Blue) = 157+201+140=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC98C is #623673. Grayscale: #B5B5B5. Windows color (decimal): -6436468 or 9226653. OLE color: 9226653.

HSL color Cylindrical-coordinate representation of color #9DC98C: hue angle of 103.28º 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 #9DC98C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB157201140-
CMYK0.2200.300.21
HSL103.28º36.09%66.86%-
HSV(B)103.28º30.35%78.82%-
XYZ39.5250.8332.54-
YUV180.89104.92110.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=31.53%
G=40.36%
B=28.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011400.2200.300.21103.2836.0966.86
Hex9DC98C1601E15672443
Octal235311214260362514744103
Binary100111011100100110001100101100111101010111001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC98C; }

 p { color: rgb(157,201,140); }

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

<style>
 a { background-color: #9DC98C; }

 a { background-color: rgb(157,201,140); }

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

<style>
 span { border-color: #9DC98C; }

 span { border-color: rgb(157,201,140); }

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