#8BCC73

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

Shades of Gossip #8BCC73

Tints of Gossip #8BCC73

Color information

#8BCC73 (or 0x8BCC73) is unknown color: approx Gossip. HEX triplet: 8B, CC and 73. RGB value is (139,204,115). Sum of RGB (Red+Green+Blue) = 139+204+115=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC73 is #74338C. Grayscale: #AEAEAE. Windows color (decimal): -7615373 or 7589003. OLE color: 7589003.

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

Color convert

RGB139204115-
CMYK0.3200.440.2
HSL103.82º46.6%62.55%-
HSV(B)103.82º43.63%80%-
XYZ35.3349.9123.99-
YUV174.4294.47102.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 204 (80.08% from 255) = 44.54%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=30.35%
G=44.54%
B=25.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041150.3200.440.2103.8246.662.55
Hex8BCC732002C14682f3f
Octal21331416340054241505777
Binary100010111100110011100111000000101100101001101000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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