#8A956C

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

Shades of Avocado #8A956C

Tints of Avocado #8A956C

Color information

#8A956C (or 0x8A956C) is unknown color: approx Avocado. HEX triplet: 8A, 95 and 6C. RGB value is (138,149,108). Sum of RGB (Red+Green+Blue) = 138+149+108=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956C is #756A93. Grayscale: #8D8D8D. Windows color (decimal): -7694996 or 7116170. OLE color: 7116170.

HSL color Cylindrical-coordinate representation of color #8A956C: hue angle of 76.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A956C is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB138149108-
CMYK0.0700.280.42
HSL76.1º16.21%50.39%-
HSV(B)76.1º27.52%58.43%-
XYZ23.9427.9818.33-
YUV141.04109.36125.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=34.94%
G=37.72%
B=27.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381491080.0700.280.4276.116.2150.39
Hex8A956C701C2A4c1032
Octal2122251547034521142062
Binary10001010100101011101100111011100101010100110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,149,108); }

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

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

 a { background-color: rgb(138,149,108); }

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

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

 span { border-color: rgb(138,149,108); }

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