#88935C

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

Shades of Avocado #88935C

Tints of Avocado #88935C

Color information

#88935C (or 0x88935C) is unknown color: approx Avocado. HEX triplet: 88, 93 and 5C. RGB value is (136,147,92). Sum of RGB (Red+Green+Blue) = 136+147+92=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #88935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88935C is #776CA3. Grayscale: #898989. Windows color (decimal): -7826596 or 6067080. OLE color: 6067080.

HSL color Cylindrical-coordinate representation of color #88935C: hue angle of 72º 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 #88935C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB13614792-
CMYK0.0700.370.42
HSL72º23.01%46.86%-
HSV(B)72º37.41%57.65%-
XYZ22.5226.8714.13-
YUV137.44102.36126.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=36.27%
G=39.2%
B=24.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147920.0700.370.427223.0146.86
Hex88935C70252A48172f
Octal2102231347045521102757
Binary100010001001001110111001110100101101010100100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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