#8B926D

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

Shades of Avocado #8B926D

Tints of Avocado #8B926D

Color information

#8B926D (or 0x8B926D) is unknown color: approx Avocado. HEX triplet: 8B, 92 and 6D. RGB value is (139,146,109). Sum of RGB (Red+Green+Blue) = 139+146+109=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #8B926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B926D is #746D92. Grayscale: #8B8B8B. Windows color (decimal): -7630227 or 7180939. OLE color: 7180939.

HSL color Cylindrical-coordinate representation of color #8B926D: hue angle of 71.35º degrees, saturation: 0.15, 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 #8B926D is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB139146109-
CMYK0.0500.250.43
HSL71.35º14.51%50%-
HSV(B)71.35º25.34%57.25%-
XYZ23.6927.1518.46-
YUV139.69110.68127.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=35.28%
G=37.06%
B=27.66%

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
Decimal1391461090.0500.250.4371.3514.5150
Hex8B926D50192B47f32
Octal2132221555031531071762
Binary1000101110010010110110110101100110101110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,109); }

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

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

 a { background-color: rgb(139,146,109); }

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

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

 span { border-color: rgb(139,146,109); }

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