#9CCC7A

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

Shades of Gossip #9CCC7A

Tints of Gossip #9CCC7A

Color information

#9CCC7A (or 0x9CCC7A) is unknown color: approx Gossip. HEX triplet: 9C, CC and 7A. RGB value is (156,204,122). Sum of RGB (Red+Green+Blue) = 156+204+122=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC7A is #633385. Grayscale: #B4B4B4. Windows color (decimal): -6501254 or 8047772. OLE color: 8047772.

HSL color Cylindrical-coordinate representation of color #9CCC7A: hue angle of 95.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CCC7A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB156204122-
CMYK0.2400.400.2
HSL95.12º44.57%63.92%-
HSV(B)95.12º40.2%80%-
XYZ38.8251.6626.34-
YUV180.395.1110.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=32.37%
G=42.32%
B=25.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041220.2400.400.295.1244.5763.92
Hex9CCC7A18028145f2d40
Octal234314172300502413755100
Binary100111001100110011110101100001010001010010111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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