#8BC377

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

Shades of Gossip #8BC377

Tints of Gossip #8BC377

Color information

#8BC377 (or 0x8BC377) is unknown color: approx Gossip. HEX triplet: 8B, C3 and 77. RGB value is (139,195,119). Sum of RGB (Red+Green+Blue) = 139+195+119=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC377 is #743C88. Grayscale: #A9A9A9. Windows color (decimal): -7617673 or 7848843. OLE color: 7848843.

HSL color Cylindrical-coordinate representation of color #8BC377: hue angle of 104.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BC377 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB139195119-
CMYK0.2900.390.24
HSL104.21º38.78%61.57%-
HSV(B)104.21º38.97%76.47%-
XYZ33.4945.8524.54-
YUV169.5999.45106.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=30.68%
G=43.05%
B=26.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951190.2900.390.24104.2138.7861.57
Hex8BC3771D0271868273e
Octal21330316735047301504776
Binary10001011110000111110111111010100111110001101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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