#88955B

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

Shades of Avocado #88955B

Tints of Avocado #88955B

Color information

#88955B (or 0x88955B) is unknown color: approx 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

RGB13614991-
CMYK0.0900.390.42
HSL73.45º24.17%47.06%-
HSV(B)73.45º38.93%58.43%-
XYZ22.7927.4814-
YUV138.5101.19126.22-

RGB Variations

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

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.20%
R=36.17%
G=39.63%
B=24.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149910.0900.390.4273.4524.1747.06
Hex88955B90272A49182f
Octal21022513311047521113057
Binary1000100010010101101101110010100111101010100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>