#8BCE77

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

Shades of Gossip #8BCE77

Tints of Gossip #8BCE77

Color information

#8BCE77 (or 0x8BCE77) is unknown color: approx Gossip. HEX triplet: 8B, CE and 77. RGB value is (139,206,119). Sum of RGB (Red+Green+Blue) = 139+206+119=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCE77 is #743188. Grayscale: #B0B0B0. Windows color (decimal): -7614857 or 7851659. OLE color: 7851659.

HSL color Cylindrical-coordinate representation of color #8BCE77: hue angle of 106.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCE77 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB139206119-
CMYK0.3300.420.19
HSL106.21º47.03%63.73%-
HSV(B)106.21º42.23%80.78%-
XYZ36.0550.9625.39-
YUV176.0595.8101.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.96%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=29.96%
G=44.40%
B=25.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061190.3300.420.19106.2147.0363.73
Hex8BCE772102A136a2f40
Octal213316167410522315257100
Binary1000101111001110111011110000101010101001111010101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,119); }

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

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

 a { background-color: rgb(139,206,119); }

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

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

 span { border-color: rgb(139,206,119); }

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