#8CD177

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

Shades of Gossip #8CD177

Tints of Gossip #8CD177

Color information

#8CD177 (or 0x8CD177) is unknown color: approx Gossip. HEX triplet: 8C, D1 and 77. RGB value is (140,209,119). Sum of RGB (Red+Green+Blue) = 140+209+119=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD177 is #732E88. Grayscale: #B2B2B2. Windows color (decimal): -7548553 or 7852428. OLE color: 7852428.

HSL color Cylindrical-coordinate representation of color #8CD177: hue angle of 106º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CD177 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB140209119-
CMYK0.3300.430.18
HSL106º49.45%64.31%-
HSV(B)106º43.06%81.96%-
XYZ36.9552.5125.64-
YUV178.1194.64100.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=29.91%
G=44.66%
B=25.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091190.3300.430.1810649.4564.31
Hex8CD1772102B126a3140
Octal214321167410532215261100
Binary1000110011010001111011110000101010111001011010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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