#889469

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

Shades of Avocado #889469

Tints of Avocado #889469

Color information

#889469 (or 0x889469) is unknown color: approx Avocado. HEX triplet: 88, 94 and 69. RGB value is (136,148,105). Sum of RGB (Red+Green+Blue) = 136+148+105=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #889469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889469 is #776B96. Grayscale: #8B8B8B. Windows color (decimal): -7826327 or 6919304. OLE color: 6919304.

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

Color convert

RGB136148105-
CMYK0.0800.290.42
HSL76.74º17%49.61%-
HSV(B)76.74º29.05%58.04%-
XYZ23.2927.4317.43-
YUV139.51108.52125.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=34.96%
G=38.05%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481050.0800.290.4276.741749.61
Hex889469801D2A4d1132
Octal21022415110035521152162
Binary100010001001010011010011000011101101010100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889469; }

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

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

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

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

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

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

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

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