Html Css Color HEX #899453 Avocado

📋 copy color: '#899453'

red 137 ◦ green 148 ◦ blue 83

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

Shades of Avocado #899453

Tints of Avocado #899453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 37.23%
G = 40.22%
B = 22.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#899453 (or 0x899453) is known color: Avocado. HEX triplet: 89, 94 and 53. RGB value is (137,148,83). Sum of RGB (Red+Green+Blue) = 137+148+83=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #899453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899453 is #766BAC. Grayscale: #898989. Windows color (decimal): -7760813 or 5477513. OLE color: 5477513.

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

Color convert

RGB 137 148 83 -
CMYK 0.07 0 0.44 0.42
HSL 70.15º 0.28% 0.45% -
HSV(B) 70.15º 0.44% 0.58% -
XYZ 22.47 27.12 12.23 -
YUV 137.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 137 148 83 0.07 0 0.44 0.42 70.15 0.28 0.45
Hex 89 94 53 7 0 2C 2A 46 1C 2D
Octal 211 224 123 7 0 54 52 106 34 55
Binary 10001001 10010100 1010011 111 0 101100 101010 1000110 11100 101101

Color Harmonies of #899453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899453

Black with #899453

Text Example


Text Example

White with #899453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899453; }

 p { color: rgb(137,148,83); }

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

background-color css

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

 a { background-color: rgb(137,148,83); }

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

border-color css

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

 span { border-color: rgb(137,148,83); }

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