#8A926B

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

Shades of Avocado #8A926B

Tints of Avocado #8A926B

Color information

#8A926B (or 0x8A926B) is unknown color: approx Avocado. HEX triplet: 8A, 92 and 6B. RGB value is (138,146,107). Sum of RGB (Red+Green+Blue) = 138+146+107=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #8A926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A926B is #756D94. Grayscale: #8B8B8B. Windows color (decimal): -7695765 or 7049866. OLE color: 7049866.

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

Color convert

RGB138146107-
CMYK0.0500.270.43
HSL72.31º15.42%49.61%-
HSV(B)72.31º26.71%57.25%-
XYZ23.4127.0217.89-
YUV139.16109.85127.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=35.29%
G=37.34%
B=27.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381461070.0500.270.4372.3115.4249.61
Hex8A926B501B2B48f32
Octal2122221535033531101762
Binary1000101010010010110101110101101110101110010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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