#8C9274

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

Shades of Avocado #8C9274

Tints of Avocado #8C9274

Color information

#8C9274 (or 0x8C9274) is unknown color: approx Avocado. HEX triplet: 8C, 92 and 74. RGB value is (140,146,116). Sum of RGB (Red+Green+Blue) = 140+146+116=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9274 is #736D8B. Grayscale: #8C8C8C. Windows color (decimal): -7564684 or 7639692. OLE color: 7639692.

HSL color Cylindrical-coordinate representation of color #8C9274: hue angle of 72º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C9274 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB140146116-
CMYK0.0400.210.43
HSL72º12.1%51.37%-
HSV(B)72º20.55%57.25%-
XYZ24.2527.3920.53-
YUV140.79114.01127.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=34.83%
G=36.32%
B=28.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401461160.0400.210.437212.151.37
Hex8C927440152B48c33
Octal2142221644025531101463
Binary1000110010010010111010010001010110101110010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,116); }

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

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

 a { background-color: rgb(140,146,116); }

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

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

 span { border-color: rgb(140,146,116); }

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