Html Css Color HEX #899567 Avocado

📋 copy color: '#899567'

red 137 ◦ green 149 ◦ blue 103

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

Shades of Avocado #899567

Tints of Avocado #899567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 35.22%
G = 38.3%
B = 26.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#899567 (or 0x899567) is known color: Avocado. HEX triplet: 89, 95 and 67. RGB value is (137,149,103). Sum of RGB (Red+Green+Blue) = 137+149+103=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #899567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899567 is #766A98. Grayscale: #8C8C8C. Windows color (decimal): -7760537 or 6788489. OLE color: 6788489.

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

Color convert

RGB 137 149 103 -
CMYK 0.08 0 0.31 0.42
HSL 75.65º 0.18% 0.49% -
HSV(B) 75.65º 0.31% 0.58% -
XYZ 23.51 27.79 16.96 -
YUV 140.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 137 149 103 0.08 0 0.31 0.42 75.65 0.18 0.49
Hex 89 95 67 8 0 1F 2A 4C 12 31
Octal 211 225 147 10 0 37 52 114 22 61
Binary 10001001 10010101 1100111 1000 0 11111 101010 1001100 10010 110001

Color Harmonies of #899567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899567

Black with #899567

Text Example


Text Example

White with #899567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899567; }

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

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

background-color css

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

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

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

border-color css

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

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

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