#8B926F

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

Shades of Avocado #8B926F

Tints of Avocado #8B926F

Color information

#8B926F (or 0x8B926F) is unknown color: approx Avocado. HEX triplet: 8B, 92 and 6F. RGB value is (139,146,111). Sum of RGB (Red+Green+Blue) = 139+146+111=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #8B926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B926F is #746D90. Grayscale: #8C8C8C. Windows color (decimal): -7630225 or 7312011. OLE color: 7312011.

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

Color convert

RGB139146111-
CMYK0.0500.240.43
HSL72º13.83%50.39%-
HSV(B)72º23.97%57.25%-
XYZ23.827.1919.03-
YUV139.92111.68127.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=35.10%
G=36.87%
B=28.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391461110.0500.240.437213.8350.39
Hex8B926F50182B48e32
Octal2132221575030531101662
Binary1000101110010010110111110101100010101110010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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