Html Css Color HEX #8CCB76 Gossip

📋 copy color: '#8CCB76'

red 140 ◦ green 203 ◦ blue 118

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

Shades of Gossip #8CCB76

Tints of Gossip #8CCB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

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

R = 30.37%
G = 44.03%
B = 25.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#8CCB76 (or 0x8CCB76) is known color: Gossip. HEX triplet: 8C, CB and 76. RGB value is (140,203,118). Sum of RGB (Red+Green+Blue) = 140+203+118=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB76 is #733489. Grayscale: #AEAEAE. Windows color (decimal): -7550090 or 7785356. OLE color: 7785356.

HSL color Cylindrical-coordinate representation of color #8CCB76: hue angle of 104.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCB76 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 203 118 -
CMYK 0.31 0 0.42 0.20
HSL 104.47º 0.45% 0.63% -
HSV(B) 104.47º 0.42% 0.8% -
XYZ 35.44 49.6 24.84 -
YUV 174.47 96.13 103.41 -
System Red Green Blue C M Y K H S L
Decimal 140 203 118 0.31 0 0.42 0.20 104.47 0.45 0.63
Hex 8C CB 76 1F 0 2A 14 68 2D 3F
Octal 214 313 166 37 0 52 24 150 55 77
Binary 10001100 11001011 1110110 11111 0 101010 10100 1101000 101101 111111

Color Harmonies of #8CCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCB76

Black with #8CCB76

Text Example


Text Example

White with #8CCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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