#9CD676

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

Shades of Gossip #9CD676

Tints of Gossip #9CD676

Color information

#9CD676 (or 0x9CD676) is unknown color: approx Gossip. HEX triplet: 9C, D6 and 76. RGB value is (156,214,118). Sum of RGB (Red+Green+Blue) = 156+214+118=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD676 is #632989. Grayscale: #BABABA. Windows color (decimal): -6498698 or 7788188. OLE color: 7788188.

HSL color Cylindrical-coordinate representation of color #9CD676: hue angle of 96.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CD676 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB156214118-
CMYK0.2700.450.16
HSL96.25º53.93%65.1%-
HSV(B)96.25º44.86%83.92%-
XYZ41.0356.4725.88-
YUV185.7189.78106.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=31.97%
G=43.85%
B=24.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562141180.2700.450.1696.2553.9365.1
Hex9CD6761B02D10603641
Octal234326166330552014066101
Binary100111001101011011101101101101011011000011000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,118); }

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

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

 a { background-color: rgb(156,214,118); }

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

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

 span { border-color: rgb(156,214,118); }

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