#8BD071

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

Shades of Gossip #8BD071

Tints of Gossip #8BD071

Color information

#8BD071 (or 0x8BD071) is unknown color: approx Gossip. HEX triplet: 8B, D0 and 71. RGB value is (139,208,113). Sum of RGB (Red+Green+Blue) = 139+208+113=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD071 is #742F8E. Grayscale: #B0B0B0. Windows color (decimal): -7614351 or 7458955. OLE color: 7458955.

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

Color convert

RGB139208113-
CMYK0.3300.460.18
HSL103.58º50.26%62.94%-
HSV(B)103.58º45.67%81.57%-
XYZ36.1851.7923.71-
YUV176.5492.14101.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.22%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=30.22%
G=45.22%
B=24.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081130.3300.460.18103.5850.2662.94
Hex8BD0712102E1268323f
Octal21332016141056221506277
Binary100010111101000011100011000010101110100101101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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