Html Css Color HEX #8A9459 Avocado

📋 copy color: '#8A9459'

red 138 ◦ green 148 ◦ blue 89

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

Shades of Avocado #8A9459

Tints of Avocado #8A9459

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

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

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 36.8%
G = 39.47%
B = 23.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#8A9459 (or 0x8A9459) is known color: Avocado. HEX triplet: 8A, 94 and 59. RGB value is (138,148,89). Sum of RGB (Red+Green+Blue) = 138+148+89=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9459 is #756BA6. Grayscale: #8A8A8A. Windows color (decimal): -7695271 or 5870730. OLE color: 5870730.

HSL color Cylindrical-coordinate representation of color #8A9459: hue angle of 70.17º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A9459 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 148 89 -
CMYK 0.07 0 0.40 0.42
HSL 70.17º 0.25% 0.46% -
HSV(B) 70.17º 0.4% 0.58% -
XYZ 22.87 27.3 13.52 -
YUV 138.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 138 148 89 0.07 0 0.40 0.42 70.17 0.25 0.46
Hex 8A 94 59 7 0 28 2A 46 19 2E
Octal 212 224 131 7 0 50 52 106 31 56
Binary 10001010 10010100 1011001 111 0 101000 101010 1000110 11001 101110

Color Harmonies of #8A9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9459

Black with #8A9459

Text Example


Text Example

White with #8A9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9459; }

 p { color: rgb(138,148,89); }

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

background-color css

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

 a { background-color: rgb(138,148,89); }

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

border-color css

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

 span { border-color: rgb(138,148,89); }

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