#8BCB77

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

Shades of Gossip #8BCB77

Tints of Gossip #8BCB77

Color information

#8BCB77 (or 0x8BCB77) is unknown color: approx Gossip. HEX triplet: 8B, CB and 77. RGB value is (139,203,119). Sum of RGB (Red+Green+Blue) = 139+203+119=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB77 is #743488. Grayscale: #AEAEAE. Windows color (decimal): -7615625 or 7850891. OLE color: 7850891.

HSL color Cylindrical-coordinate representation of color #8BCB77: hue angle of 105.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCB77 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB139203119-
CMYK0.3200.410.20
HSL105.71º44.68%63.14%-
HSV(B)105.71º41.38%79.61%-
XYZ35.3349.5325.15-
YUV174.2996.8102.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=30.15%
G=44.03%
B=25.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392031190.3200.410.20105.7144.6863.14
Hex8BCB7720029146a2d3f
Octal21331316740051241525577
Binary100010111100101111101111000000101001101001101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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