Html Css Color HEX #8C9564 Avocado

📋 copy color: '#8C9564'

red 140 ◦ green 149 ◦ blue 100

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

Shades of Avocado #8C9564

Tints of Avocado #8C9564

RGB

 RED value IS 140 (55.08% from 255) = 35.99%

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

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

R = 35.99%
G = 38.3%
B = 25.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#8C9564 (or 0x8C9564) is known color: Avocado. HEX triplet: 8C, 95 and 64. RGB value is (140,149,100). Sum of RGB (Red+Green+Blue) = 140+149+100=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9564 is #736A9B. Grayscale: #8C8C8C. Windows color (decimal): -7563932 or 6591884. OLE color: 6591884.

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

Color convert

RGB 140 149 100 -
CMYK 0.06 0 0.33 0.42
HSL 71.02º 0.2% 0.49% -
HSV(B) 71.02º 0.33% 0.58% -
XYZ 23.86 27.99 16.2 -
YUV 140.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 140 149 100 0.06 0 0.33 0.42 71.02 0.2 0.49
Hex 8C 95 64 6 0 21 2A 47 14 31
Octal 214 225 144 6 0 41 52 107 24 61
Binary 10001100 10010101 1100100 110 0 100001 101010 1000111 10100 110001

Color Harmonies of #8C9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9564

Black with #8C9564

Text Example


Text Example

White with #8C9564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,100); }

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

background-color css

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

 a { background-color: rgb(140,149,100); }

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

border-color css

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

 span { border-color: rgb(140,149,100); }

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