Html Css Color HEX #8E985F Avocado

📋 copy color: '#8E985F'

red 142 ◦ green 152 ◦ blue 95

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

Shades of Avocado #8E985F

Tints of Avocado #8E985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 36.5%
G = 39.07%
B = 24.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#8E985F (or 0x8E985F) is known color: Avocado. HEX triplet: 8E, 98 and 5F. RGB value is (142,152,95). Sum of RGB (Red+Green+Blue) = 142+152+95=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #8E985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E985F is #7167A0. Grayscale: #8E8E8E. Windows color (decimal): -7432097 or 6264974. OLE color: 6264974.

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

Color convert

RGB 142 152 95 -
CMYK 0.07 0 0.38 0.40
HSL 70.53º 0.23% 0.48% -
HSV(B) 70.53º 0.38% 0.6% -
XYZ 24.45 29.03 15.14 -
YUV 142.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 142 152 95 0.07 0 0.38 0.40 70.53 0.23 0.48
Hex 8E 98 5F 7 0 26 28 47 17 30
Octal 216 230 137 7 0 46 50 107 27 60
Binary 10001110 10011000 1011111 111 0 100110 101000 1000111 10111 110000

Color Harmonies of #8E985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E985F

Black with #8E985F

Text Example


Text Example

White with #8E985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,152,95); }

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

background-color css

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

 a { background-color: rgb(142,152,95); }

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

border-color css

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

 span { border-color: rgb(142,152,95); }

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