#88935A

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

Shades of Avocado #88935A

Tints of Avocado #88935A

Color information

#88935A (or 0x88935A) is unknown color: approx Avocado. HEX triplet: 88, 93 and 5A. RGB value is (136,147,90). Sum of RGB (Red+Green+Blue) = 136+147+90=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #88935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88935A is #776CA5. Grayscale: #898989. Windows color (decimal): -7826598 or 5936008. OLE color: 5936008.

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

Color convert

RGB13614790-
CMYK0.0700.390.42
HSL71.58º24.05%46.47%-
HSV(B)71.58º38.78%57.65%-
XYZ22.4326.8413.67-
YUV137.21101.36127.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=36.46%
G=39.41%
B=24.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147900.0700.390.4271.5824.0546.47
Hex88935A70272A48182e
Octal2102231327047521103056
Binary100010001001001110110101110100111101010100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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