Html Css Color HEX #889460 Avocado

📋 copy color: '#889460'

red 136 ◦ green 148 ◦ blue 96

#889460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #889460

Tints of Avocado #889460

RGB

 RED value IS 136 (53.52% from 255) = 35.79%

 GREEN value IS 148 (58.2% 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 value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#889460 (or 0x889460) is known color: 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

RGB 136 148 96 -
CMYK 0.08 0 0.35 0.42
HSL 73.85º 0.21% 0.48% -
HSV(B) 73.85º 0.35% 0.58% -
XYZ 22.85 27.26 15.12 -
YUV 138.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 136 148 96 0.08 0 0.35 0.42 73.85 0.21 0.48
Hex 88 94 60 8 0 23 2A 4A 15 30
Octal 210 224 140 10 0 43 52 112 25 60
Binary 10001000 10010100 1100000 1000 0 100011 101010 1001010 10101 110000

Color Harmonies of #889460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889460

Black with #889460

Text Example


Text Example

White with #889460

Text Example


Text Example

HTML Codes & Css Web 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>