#8B9352

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

Shades of Avocado #8B9352

Tints of Avocado #8B9352

Color information

#8B9352 (or 0x8B9352) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 52. RGB value is (139,147,82). Sum of RGB (Red+Green+Blue) = 139+147+82=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9352 is #746CAD. Grayscale: #898989. Windows color (decimal): -7629998 or 5411723. OLE color: 5411723.

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

Color convert

RGB13914782-
CMYK0.0500.440.42
HSL67.38º28.38%44.9%-
HSV(B)67.38º44.22%57.65%-
XYZ22.626.9712-
YUV137.296.85129.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=37.77%
G=39.95%
B=22.28%

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
Decimal139147820.0500.440.4267.3828.3844.9
Hex8B9352502C2A431c2d
Octal2132231225054521033455
Binary100010111001001110100101010101100101010100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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