#8C9258

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

Shades of Avocado #8C9258

Tints of Avocado #8C9258

Color information

#8C9258 (or 0x8C9258) is unknown color: approx Avocado. HEX triplet: 8C, 92 and 58. RGB value is (140,146,88). Sum of RGB (Red+Green+Blue) = 140+146+88=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9258 is #736DA7. Grayscale: #898989. Windows color (decimal): -7564712 or 5804684. OLE color: 5804684.

HSL color Cylindrical-coordinate representation of color #8C9258: hue angle of 66.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9258 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14014688-
CMYK0.0400.400.43
HSL66.21º24.79%45.88%-
HSV(B)66.21º39.73%57.25%-
XYZ22.8626.8413.21-
YUV137.59100.01129.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=37.43%
G=39.04%
B=23.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140146880.0400.400.4366.2124.7945.88
Hex8C925840282B42192e
Octal2142221304050531023156
Binary100011001001001010110001000101000101011100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,88); }

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

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

 a { background-color: rgb(140,146,88); }

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

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

 span { border-color: rgb(140,146,88); }

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