Html Css Color HEX #88935A Avocado

📋 copy color: '#88935A'

red 136 ◦ green 147 ◦ blue 90

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

Shades of Avocado #88935A

Tints of Avocado #88935A

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

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 136 147 90 -
CMYK 0.07 0 0.39 0.42
HSL 71.58º 0.24% 0.46% -
HSV(B) 71.58º 0.39% 0.58% -
XYZ 22.43 26.84 13.67 -
YUV 137.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 136 147 90 0.07 0 0.39 0.42 71.58 0.24 0.46
Hex 88 93 5A 7 0 27 2A 48 18 2E
Octal 210 223 132 7 0 47 52 110 30 56
Binary 10001000 10010011 1011010 111 0 100111 101010 1001000 11000 101110

Color Harmonies of #88935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88935A

Black with #88935A

Text Example


Text Example

White with #88935A

Text Example


Text Example

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