#9CC882

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

Shades of Gossip #9CC882

Tints of Gossip #9CC882

Color information

#9CC882 (or 0x9CC882) is unknown color: approx Gossip. HEX triplet: 9C, C8 and 82. RGB value is (156,200,130). Sum of RGB (Red+Green+Blue) = 156+200+130=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC882 is #63377D. Grayscale: #B3B3B3. Windows color (decimal): -6502270 or 8571036. OLE color: 8571036.

HSL color Cylindrical-coordinate representation of color #9CC882: hue angle of 97.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC882 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB156200130-
CMYK0.2200.350.22
HSL97.71º38.89%64.71%-
HSV(B)97.71º35%78.43%-
XYZ38.3949.9928.74-
YUV178.86100.42111.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=32.10%
G=41.15%
B=26.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1562001300.2200.350.2297.7138.8964.71
Hex9CC8821602316622741
Octal234310202260432614247101
Binary1001110011001000100000101011001000111011011000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,200,130); }

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

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

 a { background-color: rgb(156,200,130); }

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

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

 span { border-color: rgb(156,200,130); }

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