#8BD077

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

Shades of Gossip #8BD077

Tints of Gossip #8BD077

Color information

#8BD077 (or 0x8BD077) is unknown color: approx Gossip. HEX triplet: 8B, D0 and 77. RGB value is (139,208,119). Sum of RGB (Red+Green+Blue) = 139+208+119=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD077 is #742F88. Grayscale: #B1B1B1. Windows color (decimal): -7614345 or 7852171. OLE color: 7852171.

HSL color Cylindrical-coordinate representation of color #8BD077: hue angle of 106.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD077 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB139208119-
CMYK0.3300.430.18
HSL106.52º48.63%64.12%-
HSV(B)106.52º42.79%81.57%-
XYZ36.5351.9325.55-
YUV177.2295.14100.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 208 (81.64% from 255) = 44.64%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=29.83%
G=44.64%
B=25.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081190.3300.430.18106.5248.6364.12
Hex8BD0772102B126b3140
Octal213320167410532215361100
Binary1000101111010000111011110000101010111001011010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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