Html Css Color HEX #899663 Avocado

📋 copy color: '#899663'

red 137 ◦ green 150 ◦ blue 99

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

Shades of Avocado #899663

Tints of Avocado #899663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 99 (39.06% from 255) = 25.65%

R = 35.49%
G = 38.86%
B = 25.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#899663 (or 0x899663) is known color: Avocado. HEX triplet: 89, 96 and 63. RGB value is (137,150,99). Sum of RGB (Red+Green+Blue) = 137+150+99=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #899663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899663 is #76699C. Grayscale: #8C8C8C. Windows color (decimal): -7760285 or 6526601. OLE color: 6526601.

HSL color Cylindrical-coordinate representation of color #899663: hue angle of 75.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899663 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 99 -
CMYK 0.09 0 0.34 0.41
HSL 75.29º 0.2% 0.49% -
HSV(B) 75.29º 0.34% 0.59% -
XYZ 23.48 28.03 15.98 -
YUV 140.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 137 150 99 0.09 0 0.34 0.41 75.29 0.2 0.49
Hex 89 96 63 9 0 22 29 4B 14 31
Octal 211 226 143 11 0 42 51 113 24 61
Binary 10001001 10010110 1100011 1001 0 100010 101001 1001011 10100 110001

Color Harmonies of #899663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899663

Black with #899663

Text Example


Text Example

White with #899663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899663; }

 p { color: rgb(137,150,99); }

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

background-color css

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

 a { background-color: rgb(137,150,99); }

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

border-color css

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

 span { border-color: rgb(137,150,99); }

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