#8CC576

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

Shades of Gossip #8CC576

Tints of Gossip #8CC576

Color information

#8CC576 (or 0x8CC576) is unknown color: approx Gossip. HEX triplet: 8C, C5 and 76. RGB value is (140,197,118). Sum of RGB (Red+Green+Blue) = 140+197+118=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC576 is #733A89. Grayscale: #ABABAB. Windows color (decimal): -7551626 or 7783820. OLE color: 7783820.

HSL color Cylindrical-coordinate representation of color #8CC576: hue angle of 103.29º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC576 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB140197118-
CMYK0.2900.400.23
HSL103.29º40.51%61.76%-
HSV(B)103.29º40.1%77.25%-
XYZ34.0546.8224.38-
YUV170.9598.12105.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=30.77%
G=43.30%
B=25.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401971180.2900.400.23103.2940.5161.76
Hex8CC5761D0281767293e
Octal21430516635050271475176
Binary10001100110001011110110111010101000101111100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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