Html Css Color HEX #88956A Avocado

📋 copy color: '#88956A'

red 136 ◦ green 149 ◦ blue 106

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

Shades of Avocado #88956A

Tints of Avocado #88956A

RGB

 RED value IS 136 (53.52% from 255) = 34.78%

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 34.78%
G = 38.11%
B = 27.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#88956A (or 0x88956A) is known color: Avocado. HEX triplet: 88, 95 and 6A. RGB value is (136,149,106). Sum of RGB (Red+Green+Blue) = 136+149+106=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #88956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88956A is #776A95. Grayscale: #8C8C8C. Windows color (decimal): -7826070 or 6985096. OLE color: 6985096.

HSL color Cylindrical-coordinate representation of color #88956A: hue angle of 78.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88956A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 106 -
CMYK 0.09 0 0.29 0.42
HSL 78.14º 0.17% 0.5% -
HSV(B) 78.14º 0.29% 0.58% -
XYZ 23.5 27.77 17.76 -
YUV 140.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 136 149 106 0.09 0 0.29 0.42 78.14 0.17 0.5
Hex 88 95 6A 9 0 1D 2A 4E 11 32
Octal 210 225 152 11 0 35 52 116 21 62
Binary 10001000 10010101 1101010 1001 0 11101 101010 1001110 10001 110010

Color Harmonies of #88956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88956A

Black with #88956A

Text Example


Text Example

White with #88956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,149,106); }

 H1.HeaderClassName
 {
   color: #88956A;
 }
 .AnyTagClassName
 {
   color: #88956A;
 }
</style>

background-color css

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

 a { background-color: rgb(136,149,106); }

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

border-color css

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

 span { border-color: rgb(136,149,106); }

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