#89965C

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

Shades of Avocado #89965C

Tints of Avocado #89965C

Color information

#89965C (or 0x89965C) is unknown color: approx Avocado. HEX triplet: 89, 96 and 5C. RGB value is (137,150,92). Sum of RGB (Red+Green+Blue) = 137+150+92=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #89965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89965C is #7669A3. Grayscale: #8B8B8B. Windows color (decimal): -7760292 or 6067849. OLE color: 6067849.

HSL color Cylindrical-coordinate representation of color #89965C: hue angle of 73.45º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89965C is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB13715092-
CMYK0.0900.390.41
HSL73.45º23.97%47.45%-
HSV(B)73.45º38.67%58.82%-
XYZ23.1527.914.29-
YUV139.5101.19126.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=36.15%
G=39.58%
B=24.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137150920.0900.390.4173.4523.9747.45
Hex89965C90272949182f
Octal21122613411047511113057
Binary1000100110010110101110010010100111101001100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89965C; }

 p { color: rgb(137,150,92); }

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

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

 a { background-color: rgb(137,150,92); }

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

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

 span { border-color: rgb(137,150,92); }

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