#889460

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

Shades of Avocado #889460

Tints of Avocado #889460

Color information

#889460 (or 0x889460) is unknown color: approx Avocado. HEX triplet: 88, 94 and 60. RGB value is (136,148,96). Sum of RGB (Red+Green+Blue) = 136+148+96=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #889460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889460 is #776B9F. Grayscale: #8A8A8A. Windows color (decimal): -7826336 or 6329480. OLE color: 6329480.

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

Color convert

RGB13614896-
CMYK0.0800.350.42
HSL73.85º21.31%47.84%-
HSV(B)73.85º35.14%58.04%-
XYZ22.8527.2615.12-
YUV138.48104.02126.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=35.79%
G=38.95%
B=25.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148960.0800.350.4273.8521.3147.84
Hex88946080232A4a1530
Octal21022414010043521122560
Binary1000100010010100110000010000100011101010100101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889460; }

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

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

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

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

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

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

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

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