#9CCD79

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

Shades of Gossip #9CCD79

Tints of Gossip #9CCD79

Color information

#9CCD79 (or 0x9CCD79) is unknown color: approx Gossip. HEX triplet: 9C, CD and 79. RGB value is (156,205,121). Sum of RGB (Red+Green+Blue) = 156+205+121=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD79 is #633286. Grayscale: #B5B5B5. Windows color (decimal): -6500999 or 7982492. OLE color: 7982492.

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

Color convert

RGB156205121-
CMYK0.2400.410.20
HSL95º45.65%63.92%-
HSV(B)95º40.98%80.39%-
XYZ38.9952.1126.09-
YUV180.7794.27110.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=32.37%
G=42.53%
B=25.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051210.2400.410.209545.6563.92
Hex9CCD7918029145f2e40
Octal234315171300512413756100
Binary100111001100110111110011100001010011010010111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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