#8B9271

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

Shades of Avocado #8B9271

Tints of Avocado #8B9271

Color information

#8B9271 (or 0x8B9271) is unknown color: approx Avocado. HEX triplet: 8B, 92 and 71. RGB value is (139,146,113). Sum of RGB (Red+Green+Blue) = 139+146+113=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9271 is #746D8E. Grayscale: #8C8C8C. Windows color (decimal): -7630223 or 7443083. OLE color: 7443083.

HSL color Cylindrical-coordinate representation of color #8B9271: hue angle of 72.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B9271 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB139146113-
CMYK0.0500.230.43
HSL72.73º13.15%50.78%-
HSV(B)72.73º22.6%57.25%-
XYZ23.9127.2419.62-
YUV140.15112.68127.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=34.92%
G=36.68%
B=28.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391461130.0500.230.4372.7313.1550.78
Hex8B927150172B49d33
Octal2132221615027531111563
Binary1000101110010010111000110101011110101110010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,113); }

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

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

 a { background-color: rgb(139,146,113); }

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

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

 span { border-color: rgb(139,146,113); }

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