#8BC976

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

Shades of Gossip #8BC976

Tints of Gossip #8BC976

Color information

#8BC976 (or 0x8BC976) is unknown color: approx Gossip. HEX triplet: 8B, C9 and 76. RGB value is (139,201,118). Sum of RGB (Red+Green+Blue) = 139+201+118=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC976 is #743689. Grayscale: #ADADAD. Windows color (decimal): -7616138 or 7784843. OLE color: 7784843.

HSL color Cylindrical-coordinate representation of color #8BC976: hue angle of 104.82º 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 #8BC976 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB139201118-
CMYK0.3100.410.21
HSL104.82º43.46%62.55%-
HSV(B)104.82º41.29%78.82%-
XYZ34.848.5724.68-
YUV17396.96103.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=30.35%
G=43.89%
B=25.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392011180.3100.410.21104.8243.4662.55
Hex8BC9761F02915692b3f
Octal21331116637051251515377
Binary10001011110010011110110111110101001101011101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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