Html Css Color HEX #8E986D Avocado

📋 copy color: '#8E986D'

red 142 ◦ green 152 ◦ blue 109

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

Shades of Avocado #8E986D

Tints of Avocado #8E986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 35.24%
G = 37.72%
B = 27.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#8E986D (or 0x8E986D) is known color: Avocado. HEX triplet: 8E, 98 and 6D. RGB value is (142,152,109). Sum of RGB (Red+Green+Blue) = 142+152+109=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #8E986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E986D is #716792. Grayscale: #909090. Windows color (decimal): -7432083 or 7182478. OLE color: 7182478.

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

Color convert

RGB 142 152 109 -
CMYK 0.07 0 0.28 0.40
HSL 73.95º 0.17% 0.51% -
HSV(B) 73.95º 0.28% 0.6% -
XYZ 25.14 29.31 18.8 -
YUV 144.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 142 152 109 0.07 0 0.28 0.40 73.95 0.17 0.51
Hex 8E 98 6D 7 0 1C 28 4A 11 33
Octal 216 230 155 7 0 34 50 112 21 63
Binary 10001110 10011000 1101101 111 0 11100 101000 1001010 10001 110011

Color Harmonies of #8E986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E986D

Black with #8E986D

Text Example


Text Example

White with #8E986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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