#8CC976

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

Shades of Gossip #8CC976

Tints of Gossip #8CC976

Color information

#8CC976 (or 0x8CC976) is unknown color: approx Gossip. HEX triplet: 8C, C9 and 76. RGB value is (140,201,118). Sum of RGB (Red+Green+Blue) = 140+201+118=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC976 is #733689. Grayscale: #ADADAD. Windows color (decimal): -7550602 or 7784844. OLE color: 7784844.

HSL color Cylindrical-coordinate representation of color #8CC976: hue angle of 104.1º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC976 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB140201118-
CMYK0.3000.410.21
HSL104.1º43.46%62.55%-
HSV(B)104.1º41.29%78.82%-
XYZ34.9748.6624.69-
YUV173.396.79104.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=30.50%
G=43.79%
B=25.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011180.3000.410.21104.143.4662.55
Hex8CC9761E02915682b3f
Octal21431116636051251505377
Binary10001100110010011110110111100101001101011101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC976; }

 p { color: rgb(140,201,118); }

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

<style>
 a { background-color: #8CC976; }

 a { background-color: rgb(140,201,118); }

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

<style>
 span { border-color: #8CC976; }

 span { border-color: rgb(140,201,118); }

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