#88936C

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

Shades of Avocado #88936C

Tints of Avocado #88936C

Color information

#88936C (or 0x88936C) is unknown color: approx Avocado. HEX triplet: 88, 93 and 6C. RGB value is (136,147,108). Sum of RGB (Red+Green+Blue) = 136+147+108=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #88936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88936C is #776C93. Grayscale: #8B8B8B. Windows color (decimal): -7826580 or 7115656. OLE color: 7115656.

HSL color Cylindrical-coordinate representation of color #88936C: hue angle of 76.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88936C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB136147108-
CMYK0.0700.270.42
HSL76.92º15.29%50%-
HSV(B)76.92º26.53%57.65%-
XYZ23.2927.1818.21-
YUV139.27110.36125.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=34.78%
G=37.60%
B=27.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471080.0700.270.4276.9215.2950
Hex88936C701B2A4df32
Octal2102231547033521151762
Binary1000100010010011110110011101101110101010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88936C; }

 p { color: rgb(136,147,108); }

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

<style>
 a { background-color: #88936C; }

 a { background-color: rgb(136,147,108); }

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

<style>
 span { border-color: #88936C; }

 span { border-color: rgb(136,147,108); }

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