Html Css Color HEX #8A9364 Avocado

📋 copy color: '#8A9364'

red 138 ◦ green 147 ◦ blue 100

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

Shades of Avocado #8A9364

Tints of Avocado #8A9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 35.84%
G = 38.18%
B = 25.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#8A9364 (or 0x8A9364) is known color: Avocado. HEX triplet: 8A, 93 and 64. RGB value is (138,147,100). Sum of RGB (Red+Green+Blue) = 138+147+100=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9364 is #756C9B. Grayscale: #8B8B8B. Windows color (decimal): -7695516 or 6591370. OLE color: 6591370.

HSL color Cylindrical-coordinate representation of color #8A9364: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A9364 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 147 100 -
CMYK 0.06 0 0.32 0.42
HSL 71.49º 0.19% 0.48% -
HSV(B) 71.49º 0.32% 0.58% -
XYZ 23.22 27.19 16.08 -
YUV 138.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 138 147 100 0.06 0 0.32 0.42 71.49 0.19 0.48
Hex 8A 93 64 6 0 20 2A 47 13 30
Octal 212 223 144 6 0 40 52 107 23 60
Binary 10001010 10010011 1100100 110 0 100000 101010 1000111 10011 110000

Color Harmonies of #8A9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9364

Black with #8A9364

Text Example


Text Example

White with #8A9364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,100); }

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

background-color css

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

 a { background-color: rgb(138,147,100); }

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

border-color css

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

 span { border-color: rgb(138,147,100); }

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