#8A9654

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

Shades of Avocado #8A9654

Tints of Avocado #8A9654

Color information

#8A9654 (or 0x8A9654) is unknown color: approx Avocado. HEX triplet: 8A, 96 and 54. RGB value is (138,150,84). Sum of RGB (Red+Green+Blue) = 138+150+84=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9654 is #7569AB. Grayscale: #8B8B8B. Windows color (decimal): -7694764 or 5543562. OLE color: 5543562.

HSL color Cylindrical-coordinate representation of color #8A9654: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A9654 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB13815084-
CMYK0.0800.440.41
HSL70.91º28.21%45.88%-
HSV(B)70.91º44%58.82%-
XYZ22.9927.8612.55-
YUV138.8997.02127.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=37.10%
G=40.32%
B=22.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138150840.0800.440.4170.9128.2145.88
Hex8A9654802C29471c2e
Octal21222612410054511073456
Binary1000101010010110101010010000101100101001100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,84); }

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

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

 a { background-color: rgb(138,150,84); }

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

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

 span { border-color: rgb(138,150,84); }

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