#8C9355

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

Shades of Avocado #8C9355

Tints of Avocado #8C9355

Color information

#8C9355 (or 0x8C9355) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 55. RGB value is (140,147,85). Sum of RGB (Red+Green+Blue) = 140+147+85=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9355 is #736CAA. Grayscale: #8A8A8A. Windows color (decimal): -7564459 or 5608332. OLE color: 5608332.

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

Color convert

RGB14014785-
CMYK0.0500.420.42
HSL66.77º26.72%45.49%-
HSV(B)66.77º42.18%57.65%-
XYZ22.8927.112.62-
YUV137.8498.18129.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=37.63%
G=39.52%
B=22.85%

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
Decimal140147850.0500.420.4266.7726.7245.49
Hex8C9355502A2A431b2d
Octal2142231255052521033355
Binary100011001001001110101011010101010101010100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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