Html Css Color HEX #8E9958 Avocado

📋 copy color: '#8E9958'

red 142 ◦ green 153 ◦ blue 88

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

Shades of Avocado #8E9958

Tints of Avocado #8E9958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 37.08%
G = 39.95%
B = 22.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#8E9958 (or 0x8E9958) is known color: Avocado. HEX triplet: 8E, 99 and 58. RGB value is (142,153,88). Sum of RGB (Red+Green+Blue) = 142+153+88=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9958 is #7166A7. Grayscale: #8E8E8E. Windows color (decimal): -7431848 or 5806478. OLE color: 5806478.

HSL color Cylindrical-coordinate representation of color #8E9958: hue angle of 70.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E9958 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 88 -
CMYK 0.07 0 0.42 0.4
HSL 70.15º 0.27% 0.47% -
HSV(B) 70.15º 0.42% 0.6% -
XYZ 24.31 29.24 13.59 -
YUV 142.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 142 153 88 0.07 0 0.42 0.4 70.15 0.27 0.47
Hex 8E 99 58 7 0 2A 28 46 1B 2F
Octal 216 231 130 7 0 52 50 106 33 57
Binary 10001110 10011001 1011000 111 0 101010 101000 1000110 11011 101111

Color Harmonies of #8E9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9958

Black with #8E9958

Text Example


Text Example

White with #8E9958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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