#9CCC79

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

Shades of Gossip #9CCC79

Tints of Gossip #9CCC79

Color information

#9CCC79 (or 0x9CCC79) is unknown color: approx Gossip. HEX triplet: 9C, CC and 79. RGB value is (156,204,121). Sum of RGB (Red+Green+Blue) = 156+204+121=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC79 is #633386. Grayscale: #B4B4B4. Windows color (decimal): -6501255 or 7982236. OLE color: 7982236.

HSL color Cylindrical-coordinate representation of color #9CCC79: hue angle of 94.7º degrees, saturation: 0.45, 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 #9CCC79 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB156204121-
CMYK0.2400.410.2
HSL94.7º44.86%63.73%-
HSV(B)94.7º40.69%80%-
XYZ38.7551.6326.01-
YUV180.1994.6110.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=32.43%
G=42.41%
B=25.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041210.2400.410.294.744.8663.73
Hex9CCC7918029145f2d40
Octal234314171300512413755100
Binary100111001100110011110011100001010011010010111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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