Html Css Color HEX #8E9274 Avocado

📋 copy color: '#8E9274'

red 142 ◦ green 146 ◦ blue 116

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

Shades of Avocado #8E9274

Tints of Avocado #8E9274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 35.15%
G = 36.14%
B = 28.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#8E9274 (or 0x8E9274) is known color: Avocado. HEX triplet: 8E, 92 and 74. RGB value is (142,146,116). Sum of RGB (Red+Green+Blue) = 142+146+116=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9274 is #716D8B. Grayscale: #8D8D8D. Windows color (decimal): -7433612 or 7639694. OLE color: 7639694.

HSL color Cylindrical-coordinate representation of color #8E9274: hue angle of 68º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9274 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 146 116 -
CMYK 0.03 0 0.21 0.43
HSL 68º 0.12% 0.51% -
HSV(B) 68º 0.21% 0.57% -
XYZ 24.59 27.57 20.55 -
YUV 141.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 142 146 116 0.03 0 0.21 0.43 68 0.12 0.51
Hex 8E 92 74 3 0 15 2B 44 C 33
Octal 216 222 164 3 0 25 53 104 14 63
Binary 10001110 10010010 1110100 11 0 10101 101011 1000100 1100 110011

Color Harmonies of #8E9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9274

Black with #8E9274

Text Example


Text Example

White with #8E9274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,146,116); }

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

background-color css

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

 a { background-color: rgb(142,146,116); }

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

border-color css

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

 span { border-color: rgb(142,146,116); }

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