#8BD577

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

Shades of Gossip #8BD577

Tints of Gossip #8BD577

Color information

#8BD577 (or 0x8BD577) is unknown color: approx Gossip. HEX triplet: 8B, D5 and 77. RGB value is (139,213,119). Sum of RGB (Red+Green+Blue) = 139+213+119=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD577 is #742A88. Grayscale: #B4B4B4. Windows color (decimal): -7613065 or 7853451. OLE color: 7853451.

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

Color convert

RGB139213119-
CMYK0.3500.440.16
HSL107.23º52.81%65.1%-
HSV(B)107.23º44.13%83.53%-
XYZ37.7754.4125.96-
YUV180.1693.4898.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=29.51%
G=45.22%
B=25.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131190.3500.440.16107.2352.8165.1
Hex8BD5772302C106b3541
Octal213325167430542015365101
Binary1000101111010101111011110001101011001000011010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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