Html Css Color HEX #88935C Avocado

📋 copy color: '#88935C'

red 136 ◦ green 147 ◦ blue 92

#88935C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #88935C

Tints of Avocado #88935C

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 value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#88935C (or 0x88935C) is known color: 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

RGB 136 147 92 -
CMYK 0.07 0 0.37 0.42
HSL 72º 0.23% 0.47% -
HSV(B) 72º 0.37% 0.58% -
XYZ 22.52 26.87 14.13 -
YUV 137.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 136 147 92 0.07 0 0.37 0.42 72 0.23 0.47
Hex 88 93 5C 7 0 25 2A 48 17 2F
Octal 210 223 134 7 0 45 52 110 27 57
Binary 10001000 10010011 1011100 111 0 100101 101010 1001000 10111 101111

Color Harmonies of #88935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88935C

Black with #88935C

Text Example


Text Example

White with #88935C

Text Example


Text Example

HTML Codes & Css Web 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>