#8D926C

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

Shades of Avocado #8D926C

Tints of Avocado #8D926C

Color information

#8D926C (or 0x8D926C) is unknown color: approx Avocado. HEX triplet: 8D, 92 and 6C. RGB value is (141,146,108). Sum of RGB (Red+Green+Blue) = 141+146+108=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #8D926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D926C is #726D93. Grayscale: #8C8C8C. Windows color (decimal): -7499156 or 7115405. OLE color: 7115405.

HSL color Cylindrical-coordinate representation of color #8D926C: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D926C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB141146108-
CMYK0.0300.260.43
HSL67.89º14.96%49.8%-
HSV(B)67.89º26.03%57.25%-
XYZ23.9727.318.19-
YUV140.17109.84128.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=35.70%
G=36.96%
B=27.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411461080.0300.260.4367.8914.9649.8
Hex8D926C301A2B44f32
Octal2152221543032531041762
Binary100011011001001011011001101101010101110001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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