#8BD679

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

Shades of Gossip #8BD679

Tints of Gossip #8BD679

Color information

#8BD679 (or 0x8BD679) is unknown color: approx Gossip. HEX triplet: 8B, D6 and 79. RGB value is (139,214,121). Sum of RGB (Red+Green+Blue) = 139+214+121=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD679 is #742986. Grayscale: #B5B5B5. Windows color (decimal): -7612807 or 7984779. OLE color: 7984779.

HSL color Cylindrical-coordinate representation of color #8BD679: hue angle of 108.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD679 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB139214121-
CMYK0.3500.430.16
HSL108.39º53.14%65.69%-
HSV(B)108.39º43.46%83.92%-
XYZ38.1554.9626.69-
YUV180.9794.1598.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.32%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=29.32%
G=45.15%
B=25.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141210.3500.430.16108.3953.1465.69
Hex8BD6792302B106c3542
Octal213326171430532015465102
Binary1000101111010110111100110001101010111000011011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,121); }

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

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

 a { background-color: rgb(139,214,121); }

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

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

 span { border-color: rgb(139,214,121); }

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