#8CC179

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

Shades of Gossip #8CC179

Tints of Gossip #8CC179

Color information

#8CC179 (or 0x8CC179) is unknown color: approx Gossip. HEX triplet: 8C, C1 and 79. RGB value is (140,193,121). Sum of RGB (Red+Green+Blue) = 140+193+121=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC179 is #733E86. Grayscale: #A9A9A9. Windows color (decimal): -7552647 or 7979404. OLE color: 7979404.

HSL color Cylindrical-coordinate representation of color #8CC179: hue angle of 104.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CC179 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB140193121-
CMYK0.2700.370.24
HSL104.17º36.73%61.57%-
HSV(B)104.17º37.31%75.69%-
XYZ33.3445.125.04-
YUV168.95100.94107.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=30.84%
G=42.51%
B=26.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931210.2700.370.24104.1736.7361.57
Hex8CC1791B0251868253e
Octal21430117133045301504576
Binary10001100110000011111001110110100101110001101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,121); }

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

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

 a { background-color: rgb(140,193,121); }

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

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

 span { border-color: rgb(140,193,121); }

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