#9CCD80

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

Shades of Gossip #9CCD80

Tints of Gossip #9CCD80

Color information

#9CCD80 (or 0x9CCD80) is unknown color: approx Gossip. HEX triplet: 9C, CD and 80. RGB value is (156,205,128). Sum of RGB (Red+Green+Blue) = 156+205+128=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCD80 is #63327F. Grayscale: #B5B5B5. Windows color (decimal): -6500992 or 8441244. OLE color: 8441244.

HSL color Cylindrical-coordinate representation of color #9CCD80: hue angle of 98.18º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCD80 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB156205128-
CMYK0.2400.380.20
HSL98.18º43.5%65.29%-
HSV(B)98.18º37.56%80.39%-
XYZ39.4452.2928.44-
YUV181.5797.77109.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=31.90%
G=41.92%
B=26.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051280.2400.380.2098.1843.565.29
Hex9CCD801802614622c41
Octal234315200300462414254101
Binary1001110011001101100000001100001001101010011000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,128); }

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

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

 a { background-color: rgb(156,205,128); }

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

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

 span { border-color: rgb(156,205,128); }

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