Html Css Color HEX #8E9255 Avocado

📋 copy color: '#8E9255'

red 142 ◦ green 146 ◦ blue 85

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

Shades of Avocado #8E9255

Tints of Avocado #8E9255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 38.07%
G = 39.14%
B = 22.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#8E9255 (or 0x8E9255) is known color: Avocado. HEX triplet: 8E, 92 and 55. RGB value is (142,146,85). Sum of RGB (Red+Green+Blue) = 142+146+85=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9255 is #716DAA. Grayscale: #8A8A8A. Windows color (decimal): -7433643 or 5608078. OLE color: 5608078.

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

Color convert

RGB 142 146 85 -
CMYK 0.03 0 0.42 0.43
HSL 63.93º 0.26% 0.45% -
HSV(B) 63.93º 0.42% 0.57% -
XYZ 23.07 26.96 12.58 -
YUV 137.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 142 146 85 0.03 0 0.42 0.43 63.93 0.26 0.45
Hex 8E 92 55 3 0 2A 2B 40 1A 2D
Octal 216 222 125 3 0 52 53 100 32 55
Binary 10001110 10010010 1010101 11 0 101010 101011 1000000 11010 101101

Color Harmonies of #8E9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9255

Black with #8E9255

Text Example


Text Example

White with #8E9255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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