#88935B

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

Shades of Avocado #88935B

Tints of Avocado #88935B

Color information

#88935B (or 0x88935B) is unknown color: approx Avocado. HEX triplet: 88, 93 and 5B. RGB value is (136,147,91). Sum of RGB (Red+Green+Blue) = 136+147+91=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #88935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88935B is #776CA4. Grayscale: #898989. Windows color (decimal): -7826597 or 6001544. OLE color: 6001544.

HSL color Cylindrical-coordinate representation of color #88935B: hue angle of 71.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88935B is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB13614791-
CMYK0.0700.380.42
HSL71.79º23.53%46.67%-
HSV(B)71.79º38.1%57.65%-
XYZ22.4826.8613.9-
YUV137.33101.86127.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=36.36%
G=39.30%
B=24.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147910.0700.380.4271.7923.5346.67
Hex88935B70262A48182f
Octal2102231337046521103057
Binary100010001001001110110111110100110101010100100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88935B; }

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

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

<style>
 a { background-color: #88935B; }

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

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

<style>
 span { border-color: #88935B; }

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

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