#8D996C

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

Shades of Avocado #8D996C

Tints of Avocado #8D996C

Color information

#8D996C (or 0x8D996C) is unknown color: approx Avocado. HEX triplet: 8D, 99 and 6C. RGB value is (141,153,108). Sum of RGB (Red+Green+Blue) = 141+153+108=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #8D996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D996C is #726693. Grayscale: #909090. Windows color (decimal): -7497364 or 7117197. OLE color: 7117197.

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

Color convert

RGB141153108-
CMYK0.0800.290.4
HSL76º18.07%51.18%-
HSV(B)76º29.41%60%-
XYZ25.0829.5318.56-
YUV144.28107.52125.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=35.07%
G=38.06%
B=26.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411531080.0800.290.47618.0751.18
Hex8D996C801D284c1233
Octal21523115410035501142263
Binary100011011001100111011001000011101101000100110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,108); }

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

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

 a { background-color: rgb(141,153,108); }

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

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

 span { border-color: rgb(141,153,108); }

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