#8C9552

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

Shades of Avocado #8C9552

Tints of Avocado #8C9552

Color information

#8C9552 (or 0x8C9552) is unknown color: approx Avocado. HEX triplet: 8C, 95 and 52. RGB value is (140,149,82). Sum of RGB (Red+Green+Blue) = 140+149+82=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9552 is #736AAD. Grayscale: #8A8A8A. Windows color (decimal): -7563950 or 5412236. OLE color: 5412236.

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

Color convert

RGB14014982-
CMYK0.0600.450.42
HSL68.06º29%45.29%-
HSV(B)68.06º44.97%58.43%-
XYZ23.0927.6812.11-
YUV138.6796.02128.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=37.74%
G=40.16%
B=22.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140149820.0600.450.4268.062945.29
Hex8C9552602D2A441d2d
Octal2142251226055521043555
Binary100011001001010110100101100101101101010100010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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