#88946D

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

Shades of Avocado #88946D

Tints of Avocado #88946D

Color information

#88946D (or 0x88946D) is unknown color: approx Avocado. HEX triplet: 88, 94 and 6D. RGB value is (136,148,109). Sum of RGB (Red+Green+Blue) = 136+148+109=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #88946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88946D is #776B92. Grayscale: #8C8C8C. Windows color (decimal): -7826323 or 7181448. OLE color: 7181448.

HSL color Cylindrical-coordinate representation of color #88946D: hue angle of 78.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88946D is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB136148109-
CMYK0.0800.260.42
HSL78.46º15.42%50.39%-
HSV(B)78.46º26.35%58.04%-
XYZ23.527.5218.54-
YUV139.97110.52125.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=34.61%
G=37.66%
B=27.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481090.0800.260.4278.4615.4250.39
Hex88946D801A2A4ef32
Octal21022415510032521161762
Binary10001000100101001101101100001101010101010011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88946D; }

 p { color: rgb(136,148,109); }

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

<style>
 a { background-color: #88946D; }

 a { background-color: rgb(136,148,109); }

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

<style>
 span { border-color: #88946D; }

 span { border-color: rgb(136,148,109); }

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