#8D9552

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

Shades of Avocado #8D9552

Tints of Avocado #8D9552

Color information

#8D9552 (or 0x8D9552) is unknown color: approx Avocado. HEX triplet: 8D, 95 and 52. RGB value is (141,149,82). Sum of RGB (Red+Green+Blue) = 141+149+82=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9552 is #726AAD. Grayscale: #8B8B8B. Windows color (decimal): -7498414 or 5412237. OLE color: 5412237.

HSL color Cylindrical-coordinate representation of color #8D9552: hue angle of 67.16º 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 #8D9552 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14114982-
CMYK0.0500.450.42
HSL67.16º29%45.29%-
HSV(B)67.16º44.97%58.43%-
XYZ23.2527.7712.12-
YUV138.9795.85129.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=37.90%
G=40.05%
B=22.04%

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
Decimal141149820.0500.450.4267.162945.29
Hex8D9552502D2A431d2d
Octal2152251225055521033555
Binary100011011001010110100101010101101101010100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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