Html Css Color HEX #8BD776 Gossip

📋 copy color: '#8BD776'

red 139 ◦ green 215 ◦ blue 118

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

Shades of Gossip #8BD776

Tints of Gossip #8BD776

RGB

 RED value IS 139 (54.69% from 255) = 29.45%

 GREEN value IS 215 (84.38% from 255) = 45.55%

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

R = 29.45%
G = 45.55%
B = 25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#8BD776 (or 0x8BD776) is known color: Gossip. HEX triplet: 8B, D7 and 76. RGB value is (139,215,118). Sum of RGB (Red+Green+Blue) = 139+215+118=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD776 is #742889. Grayscale: #B5B5B5. Windows color (decimal): -7612554 or 7788427. OLE color: 7788427.

HSL color Cylindrical-coordinate representation of color #8BD776: hue angle of 107.01º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BD776 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 215 118 -
CMYK 0.35 0 0.45 0.16
HSL 107.01º 0.55% 0.65% -
HSV(B) 107.01º 0.45% 0.84% -
XYZ 38.22 55.4 25.82 -
YUV 181.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 139 215 118 0.35 0 0.45 0.16 107.01 0.55 0.65
Hex 8B D7 76 23 0 2D 10 6B 37 41
Octal 213 327 166 43 0 55 20 153 67 101
Binary 10001011 11010111 1110110 100011 0 101101 10000 1101011 110111 1000001

Color Harmonies of #8BD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD776

Black with #8BD776

Text Example


Text Example

White with #8BD776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,215,118); }

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

background-color css

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

 a { background-color: rgb(139,215,118); }

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

border-color css

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

 span { border-color: rgb(139,215,118); }

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