#899567

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

Shades of Avocado #899567

Tints of Avocado #899567

Color information

#899567 (or 0x899567) is unknown color: approx Avocado. HEX triplet: 89, 95 and 67. RGB value is (137,149,103). Sum of RGB (Red+Green+Blue) = 137+149+103=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #899567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899567 is #766A98. Grayscale: #8C8C8C. Windows color (decimal): -7760537 or 6788489. OLE color: 6788489.

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

Color convert

RGB137149103-
CMYK0.0800.310.42
HSL75.65º18.25%49.41%-
HSV(B)75.65º30.87%58.43%-
XYZ23.5127.7916.96-
YUV140.17107.02125.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=35.22%
G=38.30%
B=26.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491030.0800.310.4275.6518.2549.41
Hex899567801F2A4c1231
Octal21122514710037521142261
Binary100010011001010111001111000011111101010100110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899567; }

 p { color: rgb(137,149,103); }

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

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

 a { background-color: rgb(137,149,103); }

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

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

 span { border-color: rgb(137,149,103); }

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