#8D955B

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

Shades of Avocado #8D955B

Tints of Avocado #8D955B

Color information

#8D955B (or 0x8D955B) is unknown color: approx Avocado. HEX triplet: 8D, 95 and 5B. RGB value is (141,149,91). Sum of RGB (Red+Green+Blue) = 141+149+91=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #8D955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D955B is #726AA4. Grayscale: #8C8C8C. Windows color (decimal): -7498405 or 6002061. OLE color: 6002061.

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

Color convert

RGB14114991-
CMYK0.0500.390.42
HSL68.28º24.17%47.06%-
HSV(B)68.28º38.93%58.43%-
XYZ23.6227.9114.04-
YUV140100.35128.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=37.01%
G=39.11%
B=23.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141149910.0500.390.4268.2824.1747.06
Hex8D955B50272A44182f
Octal2152251335047521043057
Binary100011011001010110110111010100111101010100010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,91); }

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

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

 a { background-color: rgb(141,149,91); }

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

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

 span { border-color: rgb(141,149,91); }

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