#8E9552

Color #8E9552 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #8E9552

Tints of Avocado #8E9552

Color information

#8E9552 (or 0x8E9552) is unknown color: approx Avocado. HEX triplet: 8E, 95 and 52. RGB value is (142,149,82). Sum of RGB (Red+Green+Blue) = 142+149+82=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9552 is #716AAD. Grayscale: #8B8B8B. Windows color (decimal): -7432878 or 5412238. OLE color: 5412238.

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

Color convert

RGB14214982-
CMYK0.0500.450.42
HSL66.27º29%45.29%-
HSV(B)66.27º44.97%58.43%-
XYZ23.4327.8512.12-
YUV139.2795.68129.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=38.07%
G=39.95%
B=21.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149820.0500.450.4266.272945.29
Hex8E9552502D2A421d2d
Octal2162251225055521023555
Binary100011101001010110100101010101101101010100001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E9552;
 }
 .AnyTagClassName
 {
   color: #8E9552;
 }
</style>
background-color css

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

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

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

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

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

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