#8B935C

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

Shades of Avocado #8B935C

Tints of Avocado #8B935C

Color information

#8B935C (or 0x8B935C) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 5C. RGB value is (139,147,92). Sum of RGB (Red+Green+Blue) = 139+147+92=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #8B935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B935C is #746CA3. Grayscale: #8A8A8A. Windows color (decimal): -7629988 or 6067083. OLE color: 6067083.

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

Color convert

RGB13914792-
CMYK0.0500.370.42
HSL68.73º23.01%46.86%-
HSV(B)68.73º37.41%57.65%-
XYZ23.0127.1314.15-
YUV138.34101.85128.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=36.77%
G=38.89%
B=24.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147920.0500.370.4268.7323.0146.86
Hex8B935C50252A45172f
Octal2132231345045521052757
Binary100010111001001110111001010100101101010100010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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