Html Css Color HEX #8CC576 Gossip

📋 copy color: '#8CC576'

red 140 ◦ green 197 ◦ blue 118

#8CC576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8CC576

Tints of Gossip #8CC576

RGB

 RED value IS 140 (55.08% from 255) = 30.77%

 GREEN value IS 197 (77.34% from 255) = 43.3%

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 30.77%
G = 43.3%
B = 25.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#8CC576 (or 0x8CC576) is known color: 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

RGB 140 197 118 -
CMYK 0.29 0 0.40 0.23
HSL 103.29º 0.41% 0.62% -
HSV(B) 103.29º 0.4% 0.77% -
XYZ 34.05 46.82 24.38 -
YUV 170.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 140 197 118 0.29 0 0.40 0.23 103.29 0.41 0.62
Hex 8C C5 76 1D 0 28 17 67 29 3E
Octal 214 305 166 35 0 50 27 147 51 76
Binary 10001100 11000101 1110110 11101 0 101000 10111 1100111 101001 111110

Color Harmonies of #8CC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC576

Black with #8CC576

Text Example


Text Example

White with #8CC576

Text Example


Text Example

HTML Codes & Css Web 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>