Html Css Color HEX #899558 Avocado

📋 copy color: '#899558'

red 137 ◦ green 149 ◦ blue 88

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

Shades of Avocado #899558

Tints of Avocado #899558

RGB

 RED value IS 137 (53.91% from 255) = 36.63%

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 88 (34.77% from 255) = 23.53%

R = 36.63%
G = 39.84%
B = 23.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#899558 (or 0x899558) is known color: Avocado. HEX triplet: 89, 95 and 58. RGB value is (137,149,88). Sum of RGB (Red+Green+Blue) = 137+149+88=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #899558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899558 is #766AA7. Grayscale: #8A8A8A. Windows color (decimal): -7760552 or 5805449. OLE color: 5805449.

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

Color convert

RGB 137 149 88 -
CMYK 0.08 0 0.41 0.42
HSL 71.8º 0.26% 0.46% -
HSV(B) 71.8º 0.41% 0.58% -
XYZ 22.83 27.52 13.34 -
YUV 138.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 137 149 88 0.08 0 0.41 0.42 71.8 0.26 0.46
Hex 89 95 58 8 0 29 2A 48 1A 2E
Octal 211 225 130 10 0 51 52 110 32 56
Binary 10001001 10010101 1011000 1000 0 101001 101010 1001000 11010 101110

Color Harmonies of #899558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899558

Black with #899558

Text Example


Text Example

White with #899558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899558; }

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

 H1.HeaderClassName
 {
   color: #899558;
 }
 .AnyTagClassName
 {
   color: #899558;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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