Html Css Color HEX #8E995C Avocado

📋 copy color: '#8E995C'

red 142 ◦ green 153 ◦ blue 92

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

Shades of Avocado #8E995C

Tints of Avocado #8E995C

RGB

 RED value IS 142 (55.86% from 255) = 36.69%

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 36.69%
G = 39.53%
B = 23.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#8E995C (or 0x8E995C) is known color: Avocado. HEX triplet: 8E, 99 and 5C. RGB value is (142,153,92). Sum of RGB (Red+Green+Blue) = 142+153+92=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #8E995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E995C is #7166A3. Grayscale: #8E8E8E. Windows color (decimal): -7431844 or 6068622. OLE color: 6068622.

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

Color convert

RGB 142 153 92 -
CMYK 0.07 0 0.40 0.4
HSL 70.82º 0.25% 0.48% -
HSV(B) 70.82º 0.4% 0.6% -
XYZ 24.48 29.31 14.49 -
YUV 142.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 142 153 92 0.07 0 0.40 0.4 70.82 0.25 0.48
Hex 8E 99 5C 7 0 28 28 47 19 30
Octal 216 231 134 7 0 50 50 107 31 60
Binary 10001110 10011001 1011100 111 0 101000 101000 1000111 11001 110000

Color Harmonies of #8E995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E995C

Black with #8E995C

Text Example


Text Example

White with #8E995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,153,92); }

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

background-color css

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

 a { background-color: rgb(142,153,92); }

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

border-color css

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

 span { border-color: rgb(142,153,92); }

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