#8CC477

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

Shades of Gossip #8CC477

Tints of Gossip #8CC477

Color information

#8CC477 (or 0x8CC477) is unknown color: approx Gossip. HEX triplet: 8C, C4 and 77. RGB value is (140,196,119). Sum of RGB (Red+Green+Blue) = 140+196+119=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC477 is #733B88. Grayscale: #AAAAAA. Windows color (decimal): -7551881 or 7849100. OLE color: 7849100.

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

Color convert

RGB140196119-
CMYK0.2900.390.23
HSL103.64º39.49%61.76%-
HSV(B)103.64º39.29%76.86%-
XYZ33.8846.3924.62-
YUV170.4898.95106.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 196 (76.95% from 255) = 43.08%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=30.77%
G=43.08%
B=26.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961190.2900.390.23103.6439.4961.76
Hex8CC4771D0271768273e
Octal21430416735047271504776
Binary10001100110001001110111111010100111101111101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,119); }

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

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

 a { background-color: rgb(140,196,119); }

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

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

 span { border-color: rgb(140,196,119); }

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