Html Css Color HEX #89945F Avocado

📋 copy color: '#89945F'

red 137 ◦ green 148 ◦ blue 95

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

Shades of Avocado #89945F

Tints of Avocado #89945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25%

R = 36.05%
G = 38.95%
B = 25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#89945F (or 0x89945F) is known color: Avocado. HEX triplet: 89, 94 and 5F. RGB value is (137,148,95). Sum of RGB (Red+Green+Blue) = 137+148+95=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #89945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89945F is #766BA0. Grayscale: #8A8A8A. Windows color (decimal): -7760801 or 6263945. OLE color: 6263945.

HSL color Cylindrical-coordinate representation of color #89945F: hue angle of 72.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89945F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 95 -
CMYK 0.07 0 0.36 0.42
HSL 72.45º 0.22% 0.48% -
HSV(B) 72.45º 0.36% 0.58% -
XYZ 22.97 27.32 14.89 -
YUV 138.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 137 148 95 0.07 0 0.36 0.42 72.45 0.22 0.48
Hex 89 94 5F 7 0 24 2A 48 16 30
Octal 211 224 137 7 0 44 52 110 26 60
Binary 10001001 10010100 1011111 111 0 100100 101010 1001000 10110 110000

Color Harmonies of #89945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89945F

Black with #89945F

Text Example


Text Example

White with #89945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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