#8BCB76

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

Shades of Gossip #8BCB76

Tints of Gossip #8BCB76

Color information

#8BCB76 (or 0x8BCB76) is unknown color: approx Gossip. HEX triplet: 8B, CB and 76. RGB value is (139,203,118). Sum of RGB (Red+Green+Blue) = 139+203+118=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB76 is #743489. Grayscale: #AEAEAE. Windows color (decimal): -7615626 or 7785355. OLE color: 7785355.

HSL color Cylindrical-coordinate representation of color #8BCB76: hue angle of 105.18º 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 #8BCB76 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB139203118-
CMYK0.3200.420.20
HSL105.18º44.97%62.94%-
HSV(B)105.18º41.87%79.61%-
XYZ35.2749.5124.84-
YUV174.1796.3102.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.22%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=30.22%
G=44.13%
B=25.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392031180.3200.420.20105.1844.9762.94
Hex8BCB762002A14692d3f
Octal21331316640052241515577
Binary100010111100101111101101000000101010101001101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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