#889362

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

Shades of Avocado #889362

Tints of Avocado #889362

Color information

#889362 (or 0x889362) is unknown color: approx Avocado. HEX triplet: 88, 93 and 62. RGB value is (136,147,98). Sum of RGB (Red+Green+Blue) = 136+147+98=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #889362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889362 is #776C9D. Grayscale: #8A8A8A. Windows color (decimal): -7826590 or 6460296. OLE color: 6460296.

HSL color Cylindrical-coordinate representation of color #889362: hue angle of 73.47º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889362 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB13614798-
CMYK0.0700.330.42
HSL73.47º20%48.04%-
HSV(B)73.47º33.33%57.65%-
XYZ22.7926.9815.56-
YUV138.12105.36126.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=35.70%
G=38.58%
B=25.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147980.0700.330.4273.472048.04
Hex88936270212A491430
Octal2102231427041521112460
Binary100010001001001111000101110100001101010100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889362; }

 p { color: rgb(136,147,98); }

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

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

 a { background-color: rgb(136,147,98); }

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

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

 span { border-color: rgb(136,147,98); }

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