#8C935D

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

Shades of Avocado #8C935D

Tints of Avocado #8C935D

Color information

#8C935D (or 0x8C935D) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 5D. RGB value is (140,147,93). Sum of RGB (Red+Green+Blue) = 140+147+93=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #8C935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C935D is #736CA2. Grayscale: #8A8A8A. Windows color (decimal): -7564451 or 6132620. OLE color: 6132620.

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

Color convert

RGB14014793-
CMYK0.0500.370.42
HSL67.78º22.5%47.06%-
HSV(B)67.78º36.73%57.65%-
XYZ23.2227.2314.39-
YUV138.75102.18128.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.84%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=36.84%
G=38.68%
B=24.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147930.0500.370.4267.7822.547.06
Hex8C935D50252A44172f
Octal2142231355045521042757
Binary100011001001001110111011010100101101010100010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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