#8A945B

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

Shades of Avocado #8A945B

Tints of Avocado #8A945B

Color information

#8A945B (or 0x8A945B) is unknown color: approx Avocado. HEX triplet: 8A, 94 and 5B. RGB value is (138,148,91). Sum of RGB (Red+Green+Blue) = 138+148+91=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #8A945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A945B is #756BA4. Grayscale: #8A8A8A. Windows color (decimal): -7695269 or 6001802. OLE color: 6001802.

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

Color convert

RGB13814891-
CMYK0.0700.390.42
HSL70.53º23.85%46.86%-
HSV(B)70.53º38.51%58.04%-
XYZ22.9627.3413.96-
YUV138.51101.19127.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=36.60%
G=39.26%
B=24.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148910.0700.390.4270.5323.8546.86
Hex8A945B70272A47182f
Octal2122241337047521073057
Binary100010101001010010110111110100111101010100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,91); }

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

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

 a { background-color: rgb(138,148,91); }

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

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

 span { border-color: rgb(138,148,91); }

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