#8B9353

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

Shades of Avocado #8B9353

Tints of Avocado #8B9353

Color information

#8B9353 (or 0x8B9353) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 53. RGB value is (139,147,83). Sum of RGB (Red+Green+Blue) = 139+147+83=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9353 is #746CAC. Grayscale: #898989. Windows color (decimal): -7629997 or 5477259. OLE color: 5477259.

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

Color convert

RGB13914783-
CMYK0.0500.440.42
HSL67.5º27.83%45.1%-
HSV(B)67.5º43.54%57.65%-
XYZ22.6426.9812.2-
YUV137.3197.35129.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=37.67%
G=39.84%
B=22.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147830.0500.440.4267.527.8345.1
Hex8B9353502C2A441c2d
Octal2132231235054521043455
Binary100010111001001110100111010101100101010100010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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