#8B9354

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

Shades of Avocado #8B9354

Tints of Avocado #8B9354

Color information

#8B9354 (or 0x8B9354) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 54. RGB value is (139,147,84). Sum of RGB (Red+Green+Blue) = 139+147+84=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9354 is #746CAB. Grayscale: #898989. Windows color (decimal): -7629996 or 5542795. OLE color: 5542795.

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

Color convert

RGB13914784-
CMYK0.0500.430.42
HSL67.62º27.27%45.29%-
HSV(B)67.62º42.86%57.65%-
XYZ22.682712.4-
YUV137.4397.85129.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=37.57%
G=39.73%
B=22.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147840.0500.430.4267.6227.2745.29
Hex8B9354502B2A441b2d
Octal2132231245053521043355
Binary100010111001001110101001010101011101010100010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,84); }

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

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

 a { background-color: rgb(139,147,84); }

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

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

 span { border-color: rgb(139,147,84); }

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