#8B9363

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

Shades of Avocado #8B9363

Tints of Avocado #8B9363

Color information

#8B9363 (or 0x8B9363) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 63. RGB value is (139,147,99). Sum of RGB (Red+Green+Blue) = 139+147+99=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9363 is #746C9C. Grayscale: #8B8B8B. Windows color (decimal): -7629981 or 6525835. OLE color: 6525835.

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

Color convert

RGB13914799-
CMYK0.0500.330.42
HSL70º19.51%48.24%-
HSV(B)70º32.65%57.65%-
XYZ23.3327.2615.84-
YUV139.14105.35127.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=36.10%
G=38.18%
B=25.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147990.0500.330.427019.5148.24
Hex8B936350212A461430
Octal2132231435041521062460
Binary100010111001001111000111010100001101010100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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