#8B9355

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

Shades of Avocado #8B9355

Tints of Avocado #8B9355

Color information

#8B9355 (or 0x8B9355) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 55. RGB value is (139,147,85). Sum of RGB (Red+Green+Blue) = 139+147+85=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9355 is #746CAA. Grayscale: #898989. Windows color (decimal): -7629995 or 5608331. OLE color: 5608331.

HSL color Cylindrical-coordinate representation of color #8B9355: hue angle of 67.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B9355 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB13914785-
CMYK0.0500.420.42
HSL67.74º26.72%45.49%-
HSV(B)67.74º42.18%57.65%-
XYZ22.7227.0112.61-
YUV137.5498.35129.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=37.47%
G=39.62%
B=22.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147850.0500.420.4267.7426.7245.49
Hex8B9355502A2A441b2d
Octal2132231255052521043355
Binary100010111001001110101011010101010101010100010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,85); }

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

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

 a { background-color: rgb(139,147,85); }

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

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

 span { border-color: rgb(139,147,85); }

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