#8BD074

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

Shades of Gossip #8BD074

Tints of Gossip #8BD074

Color information

#8BD074 (or 0x8BD074) is unknown color: approx Gossip. HEX triplet: 8B, D0 and 74. RGB value is (139,208,116). Sum of RGB (Red+Green+Blue) = 139+208+116=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD074 is #742F8B. Grayscale: #B1B1B1. Windows color (decimal): -7614348 or 7655563. OLE color: 7655563.

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

Color convert

RGB139208116-
CMYK0.3300.440.18
HSL105º49.46%63.53%-
HSV(B)105º44.23%81.57%-
XYZ36.3651.8624.62-
YUV176.8893.64100.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=30.02%
G=44.92%
B=25.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081160.3300.440.1810549.4663.53
Hex8BD0742102C12693140
Octal213320164410542215161100
Binary1000101111010000111010010000101011001001011010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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