#8D965C

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

Shades of Avocado #8D965C

Tints of Avocado #8D965C

Color information

#8D965C (or 0x8D965C) is unknown color: approx Avocado. HEX triplet: 8D, 96 and 5C. RGB value is (141,150,92). Sum of RGB (Red+Green+Blue) = 141+150+92=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #8D965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D965C is #7269A3. Grayscale: #8C8C8C. Windows color (decimal): -7498148 or 6067853. OLE color: 6067853.

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

Color convert

RGB14115092-
CMYK0.0600.390.41
HSL69.31º23.97%47.45%-
HSV(B)69.31º38.67%58.82%-
XYZ23.8228.2514.32-
YUV140.7100.52128.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=36.81%
G=39.16%
B=24.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141150920.0600.390.4169.3123.9747.45
Hex8D965C60272945182f
Octal2152261346047511053057
Binary100011011001011010111001100100111101001100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,92); }

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

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

 a { background-color: rgb(141,150,92); }

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

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

 span { border-color: rgb(141,150,92); }

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