Html Css Color HEX #8E9558 Avocado

📋 copy color: '#8E9558'

red 142 ◦ green 149 ◦ blue 88

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

Shades of Avocado #8E9558

Tints of Avocado #8E9558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 37.47%
G = 39.31%
B = 23.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#8E9558 (or 0x8E9558) is known color: Avocado. HEX triplet: 8E, 95 and 58. RGB value is (142,149,88). Sum of RGB (Red+Green+Blue) = 142+149+88=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9558 is #716AA7. Grayscale: #8C8C8C. Windows color (decimal): -7432872 or 5805454. OLE color: 5805454.

HSL color Cylindrical-coordinate representation of color #8E9558: hue angle of 66.89º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E9558 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 149 88 -
CMYK 0.05 0 0.41 0.42
HSL 66.89º 0.26% 0.46% -
HSV(B) 66.89º 0.41% 0.58% -
XYZ 23.66 27.95 13.38 -
YUV 139.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 142 149 88 0.05 0 0.41 0.42 66.89 0.26 0.46
Hex 8E 95 58 5 0 29 2A 43 1A 2E
Octal 216 225 130 5 0 51 52 103 32 56
Binary 10001110 10010101 1011000 101 0 101001 101010 1000011 11010 101110

Color Harmonies of #8E9558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9558

Black with #8E9558

Text Example


Text Example

White with #8E9558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,88); }

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

background-color css

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

 a { background-color: rgb(142,149,88); }

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

border-color css

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

 span { border-color: rgb(142,149,88); }

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