#8A956B

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

Shades of Avocado #8A956B

Tints of Avocado #8A956B

Color information

#8A956B (or 0x8A956B) is unknown color: approx Avocado. HEX triplet: 8A, 95 and 6B. RGB value is (138,149,107). Sum of RGB (Red+Green+Blue) = 138+149+107=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956B is #756A94. Grayscale: #8D8D8D. Windows color (decimal): -7694997 or 7050634. OLE color: 7050634.

HSL color Cylindrical-coordinate representation of color #8A956B: hue angle of 75.71º degrees, saturation: 0.17, 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 #8A956B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB138149107-
CMYK0.0700.280.42
HSL75.71º16.54%50.2%-
HSV(B)75.71º28.19%58.43%-
XYZ23.8827.9618.05-
YUV140.92108.86125.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=35.03%
G=37.82%
B=27.16%

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
Decimal1381491070.0700.280.4275.7116.5450.2
Hex8A956B701C2A4c1132
Octal2122251537034521142162
Binary10001010100101011101011111011100101010100110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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