#8BCC77

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

Shades of Gossip #8BCC77

Tints of Gossip #8BCC77

Color information

#8BCC77 (or 0x8BCC77) is unknown color: approx Gossip. HEX triplet: 8B, CC and 77. RGB value is (139,204,119). Sum of RGB (Red+Green+Blue) = 139+204+119=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC77 is #743388. Grayscale: #AFAFAF. Windows color (decimal): -7615369 or 7851147. OLE color: 7851147.

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

Color convert

RGB139204119-
CMYK0.3200.420.2
HSL105.88º45.45%63.33%-
HSV(B)105.88º41.67%80%-
XYZ35.5750.0125.23-
YUV174.8896.47102.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 204 (80.08% from 255) = 44.16%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=30.09%
G=44.16%
B=25.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041190.3200.420.2105.8845.4563.33
Hex8BCC772002A146a2d3f
Octal21331416740052241525577
Binary100010111100110011101111000000101010101001101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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