#8D9154

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

Shades of Avocado #8D9154

Tints of Avocado #8D9154

Color information

#8D9154 (or 0x8D9154) is unknown color: approx Avocado. HEX triplet: 8D, 91 and 54. RGB value is (141,145,84). Sum of RGB (Red+Green+Blue) = 141+145+84=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9154 is #726EAB. Grayscale: #898989. Windows color (decimal): -7499436 or 5542285. OLE color: 5542285.

HSL color Cylindrical-coordinate representation of color #8D9154: hue angle of 63.93º degrees, saturation: 0.27, 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 #8D9154 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14114584-
CMYK0.0300.420.43
HSL63.93º26.64%44.9%-
HSV(B)63.93º42.07%56.86%-
XYZ22.7126.5512.32-
YUV136.8598.17130.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=38.11%
G=39.19%
B=22.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141145840.0300.420.4363.9326.6444.9
Hex8D9154302A2B401b2d
Octal2152211243052531003355
Binary10001101100100011010100110101010101011100000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,145,84); }

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

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

 a { background-color: rgb(141,145,84); }

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

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

 span { border-color: rgb(141,145,84); }

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