Html Css Color HEX #8E9463 Avocado

📋 copy color: '#8E9463'

red 142 ◦ green 148 ◦ blue 99

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

Shades of Avocado #8E9463

Tints of Avocado #8E9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 36.5%
G = 38.05%
B = 25.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#8E9463 (or 0x8E9463) is known color: Avocado. HEX triplet: 8E, 94 and 63. RGB value is (142,148,99). Sum of RGB (Red+Green+Blue) = 142+148+99=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9463 is #716B9C. Grayscale: #8C8C8C. Windows color (decimal): -7433117 or 6526094. OLE color: 6526094.

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

Color convert

RGB 142 148 99 -
CMYK 0.04 0 0.33 0.42
HSL 67.35º 0.2% 0.48% -
HSV(B) 67.35º 0.33% 0.58% -
XYZ 24 27.83 15.91 -
YUV 140.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 142 148 99 0.04 0 0.33 0.42 67.35 0.2 0.48
Hex 8E 94 63 4 0 21 2A 43 14 30
Octal 216 224 143 4 0 41 52 103 24 60
Binary 10001110 10010100 1100011 100 0 100001 101010 1000011 10100 110000

Color Harmonies of #8E9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9463

Black with #8E9463

Text Example


Text Example

White with #8E9463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,99); }

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

background-color css

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

 a { background-color: rgb(142,148,99); }

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

border-color css

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

 span { border-color: rgb(142,148,99); }

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