#88946A

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

Shades of Avocado #88946A

Tints of Avocado #88946A

Color information

#88946A (or 0x88946A) is unknown color: approx Avocado. HEX triplet: 88, 94 and 6A. RGB value is (136,148,106). Sum of RGB (Red+Green+Blue) = 136+148+106=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #88946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88946A is #776B95. Grayscale: #8B8B8B. Windows color (decimal): -7826326 or 6984840. OLE color: 6984840.

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

Color convert

RGB136148106-
CMYK0.0800.280.42
HSL77.14º16.54%49.8%-
HSV(B)77.14º28.38%58.04%-
XYZ23.3427.4517.7-
YUV139.62109.02125.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=34.87%
G=37.95%
B=27.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481060.0800.280.4277.1416.5449.8
Hex88946A801C2A4d1132
Octal21022415210034521152162
Binary100010001001010011010101000011100101010100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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