#8B926E

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

Shades of Avocado #8B926E

Tints of Avocado #8B926E

Color information

#8B926E (or 0x8B926E) is unknown color: approx Avocado. HEX triplet: 8B, 92 and 6E. RGB value is (139,146,110). Sum of RGB (Red+Green+Blue) = 139+146+110=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #8B926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B926E is #746D91. Grayscale: #8B8B8B. Windows color (decimal): -7630226 or 7246475. OLE color: 7246475.

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

Color convert

RGB139146110-
CMYK0.0500.250.43
HSL71.67º14.17%50.2%-
HSV(B)71.67º24.66%57.25%-
XYZ23.7427.1718.75-
YUV139.8111.18127.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=35.19%
G=36.96%
B=27.85%

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
Decimal1391461100.0500.250.4371.6714.1750.2
Hex8B926E50192B48e32
Octal2132221565031531101662
Binary1000101110010010110111010101100110101110010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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