Html Css Color HEX #8E915C Avocado

📋 copy color: '#8E915C'

red 142 ◦ green 145 ◦ blue 92

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

Shades of Avocado #8E915C

Tints of Avocado #8E915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 37.47%
G = 38.26%
B = 24.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#8E915C (or 0x8E915C) is known color: Avocado. HEX triplet: 8E, 91 and 5C. RGB value is (142,145,92). Sum of RGB (Red+Green+Blue) = 142+145+92=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #8E915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E915C is #716EA3. Grayscale: #8A8A8A. Windows color (decimal): -7433892 or 6066574. OLE color: 6066574.

HSL color Cylindrical-coordinate representation of color #8E915C: hue angle of 63.4º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E915C is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 145 92 -
CMYK 0.02 0 0.37 0.43
HSL 63.4º 0.22% 0.46% -
HSV(B) 63.4º 0.37% 0.57% -
XYZ 23.21 26.77 14.07 -
YUV 138.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 142 145 92 0.02 0 0.37 0.43 63.4 0.22 0.46
Hex 8E 91 5C 2 0 25 2B 3F 16 2E
Octal 216 221 134 2 0 45 53 77 26 56
Binary 10001110 10010001 1011100 10 0 100101 101011 111111 10110 101110

Color Harmonies of #8E915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E915C

Black with #8E915C

Text Example


Text Example

White with #8E915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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