Html Css Color HEX #899354 Avocado

📋 copy color: '#899354'

red 137 ◦ green 147 ◦ blue 84

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

Shades of Avocado #899354

Tints of Avocado #899354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 84 (33.2% from 255) = 22.83%

R = 37.23%
G = 39.95%
B = 22.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#899354 (or 0x899354) is known color: Avocado. HEX triplet: 89, 93 and 54. RGB value is (137,147,84). Sum of RGB (Red+Green+Blue) = 137+147+84=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #899354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899354 is #766CAB. Grayscale: #898989. Windows color (decimal): -7761068 or 5542793. OLE color: 5542793.

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

Color convert

RGB 137 147 84 -
CMYK 0.07 0 0.43 0.42
HSL 69.52º 0.27% 0.45% -
HSV(B) 69.52º 0.43% 0.58% -
XYZ 22.35 26.83 12.39 -
YUV 136.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 137 147 84 0.07 0 0.43 0.42 69.52 0.27 0.45
Hex 89 93 54 7 0 2B 2A 46 1B 2D
Octal 211 223 124 7 0 53 52 106 33 55
Binary 10001001 10010011 1010100 111 0 101011 101010 1000110 11011 101101

Color Harmonies of #899354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899354

Black with #899354

Text Example


Text Example

White with #899354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899354; }

 p { color: rgb(137,147,84); }

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

background-color css

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

 a { background-color: rgb(137,147,84); }

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

border-color css

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

 span { border-color: rgb(137,147,84); }

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