#9CCA84

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

Shades of Gossip #9CCA84

Tints of Gossip #9CCA84

Color information

#9CCA84 (or 0x9CCA84) is unknown color: approx Gossip. HEX triplet: 9C, CA and 84. RGB value is (156,202,132). Sum of RGB (Red+Green+Blue) = 156+202+132=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA84 is #63357B. Grayscale: #B4B4B4. Windows color (decimal): -6501756 or 8702620. OLE color: 8702620.

HSL color Cylindrical-coordinate representation of color #9CCA84: hue angle of 99.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CCA84 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB156202132-
CMYK0.2300.350.21
HSL99.43º39.77%65.49%-
HSV(B)99.43º34.65%79.22%-
XYZ3950.9729.61-
YUV180.27100.76110.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=31.84%
G=41.22%
B=26.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021320.2300.350.2199.4339.7765.49
Hex9CCA841702315632841
Octal234312204270432514350101
Binary1001110011001010100001001011101000111010111000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,132); }

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

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

 a { background-color: rgb(156,202,132); }

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

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

 span { border-color: rgb(156,202,132); }

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