Html Css Color HEX #8CC976 Gossip

📋 copy color: '#8CC976'

red 140 ◦ green 201 ◦ blue 118

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

Shades of Gossip #8CC976

Tints of Gossip #8CC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

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

R = 30.5%
G = 43.79%
B = 25.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#8CC976 (or 0x8CC976) is known color: Gossip. HEX triplet: 8C, C9 and 76. RGB value is (140,201,118). Sum of RGB (Red+Green+Blue) = 140+201+118=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC976 is #733689. Grayscale: #ADADAD. Windows color (decimal): -7550602 or 7784844. OLE color: 7784844.

HSL color Cylindrical-coordinate representation of color #8CC976: hue angle of 104.1º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC976 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 201 118 -
CMYK 0.30 0 0.41 0.21
HSL 104.1º 0.43% 0.63% -
HSV(B) 104.1º 0.41% 0.79% -
XYZ 34.97 48.66 24.69 -
YUV 173.3 96.79 104.25 -
System Red Green Blue C M Y K H S L
Decimal 140 201 118 0.30 0 0.41 0.21 104.1 0.43 0.63
Hex 8C C9 76 1E 0 29 15 68 2B 3F
Octal 214 311 166 36 0 51 25 150 53 77
Binary 10001100 11001001 1110110 11110 0 101001 10101 1101000 101011 111111

Color Harmonies of #8CC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC976

Black with #8CC976

Text Example


Text Example

White with #8CC976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CC976;
 }
 .AnyTagClassName
 {
   color: #8CC976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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