#8C995B

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

Shades of Avocado #8C995B

Tints of Avocado #8C995B

Color information

#8C995B (or 0x8C995B) is unknown color: approx Avocado. HEX triplet: 8C, 99 and 5B. RGB value is (140,153,91). Sum of RGB (Red+Green+Blue) = 140+153+91=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #8C995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C995B is #7366A4. Grayscale: #8E8E8E. Windows color (decimal): -7562917 or 6003084. OLE color: 6003084.

HSL color Cylindrical-coordinate representation of color #8C995B: hue angle of 72.58º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C995B is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB14015391-
CMYK0.0800.410.4
HSL72.58º25.41%47.84%-
HSV(B)72.58º40.52%60%-
XYZ24.0929.1114.25-
YUV142.0499.19126.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.46%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=36.46%
G=39.84%
B=23.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153910.0800.410.472.5825.4147.84
Hex8C995B802928491930
Octal21423113310051501113160
Binary1000110010011001101101110000101001101000100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,91); }

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

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

 a { background-color: rgb(140,153,91); }

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

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

 span { border-color: rgb(140,153,91); }

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