Html Css Color HEX #88955B Avocado

📋 copy color: '#88955B'

red 136 ◦ green 149 ◦ blue 91

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

Shades of Avocado #88955B

Tints of Avocado #88955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 36.17%
G = 39.63%
B = 24.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#88955B (or 0x88955B) is known color: Avocado. HEX triplet: 88, 95 and 5B. RGB value is (136,149,91). Sum of RGB (Red+Green+Blue) = 136+149+91=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #88955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88955B is #776AA4. Grayscale: #8A8A8A. Windows color (decimal): -7826085 or 6002056. OLE color: 6002056.

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

Color convert

RGB 136 149 91 -
CMYK 0.09 0 0.39 0.42
HSL 73.45º 0.24% 0.47% -
HSV(B) 73.45º 0.39% 0.58% -
XYZ 22.79 27.48 14 -
YUV 138.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 136 149 91 0.09 0 0.39 0.42 73.45 0.24 0.47
Hex 88 95 5B 9 0 27 2A 49 18 2F
Octal 210 225 133 11 0 47 52 111 30 57
Binary 10001000 10010101 1011011 1001 0 100111 101010 1001001 11000 101111

Color Harmonies of #88955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88955B

Black with #88955B

Text Example


Text Example

White with #88955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88955B; }

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

 H1.HeaderClassName
 {
   color: #88955B;
 }
 .AnyTagClassName
 {
   color: #88955B;
 }
</style>

background-color css

<style>
 a { background-color: #88955B; }

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

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

border-color css

<style>
 span { border-color: #88955B; }

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

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