#8A926E

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

Shades of Avocado #8A926E

Tints of Avocado #8A926E

Color information

#8A926E (or 0x8A926E) is unknown color: approx Avocado. HEX triplet: 8A, 92 and 6E. RGB value is (138,146,110). Sum of RGB (Red+Green+Blue) = 138+146+110=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #8A926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A926E is #756D91. Grayscale: #8B8B8B. Windows color (decimal): -7695762 or 7246474. OLE color: 7246474.

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

Color convert

RGB138146110-
CMYK0.0500.250.43
HSL73.33º14.17%50.2%-
HSV(B)73.33º24.66%57.25%-
XYZ23.5727.0918.74-
YUV139.5111.35126.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=35.03%
G=37.06%
B=27.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381461100.0500.250.4373.3314.1750.2
Hex8A926E50192B49e32
Octal2122221565031531111662
Binary1000101010010010110111010101100110101110010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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