#88955A

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

Shades of Avocado #88955A

Tints of Avocado #88955A

Color information

#88955A (or 0x88955A) is unknown color: approx Avocado. HEX triplet: 88, 95 and 5A. RGB value is (136,149,90). Sum of RGB (Red+Green+Blue) = 136+149+90=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #88955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88955A is #776AA5. Grayscale: #8A8A8A. Windows color (decimal): -7826086 or 5936520. OLE color: 5936520.

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

Color convert

RGB13614990-
CMYK0.0900.400.42
HSL73.22º24.69%46.86%-
HSV(B)73.22º39.6%58.43%-
XYZ22.7527.4713.78-
YUV138.39100.69126.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 90 (35.55% from 255) = 24%
R=36.27%
G=39.73%
B=24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149900.0900.400.4273.2224.6946.86
Hex88955A90282A49192f
Octal21022513211050521113157
Binary1000100010010101101101010010101000101010100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88955A;
 }
 .AnyTagClassName
 {
   color: #88955A;
 }
</style>
background-color css

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

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

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

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

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

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