#8B9658

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

Shades of Avocado #8B9658

Tints of Avocado #8B9658

Color information

#8B9658 (or 0x8B9658) is unknown color: approx Avocado. HEX triplet: 8B, 96 and 58. RGB value is (139,150,88). Sum of RGB (Red+Green+Blue) = 139+150+88=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9658 is #7469A7. Grayscale: #8B8B8B. Windows color (decimal): -7629224 or 5805707. OLE color: 5805707.

HSL color Cylindrical-coordinate representation of color #8B9658: hue angle of 70.65º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9658 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB13915088-
CMYK0.0700.410.41
HSL70.65º26.05%46.67%-
HSV(B)70.65º41.33%58.82%-
XYZ23.3228.0113.41-
YUV139.6498.86127.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=36.87%
G=39.79%
B=23.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139150880.0700.410.4170.6526.0546.67
Hex8B9658702929471a2f
Octal2132261307051511073257
Binary100010111001011010110001110101001101001100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,88); }

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

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

 a { background-color: rgb(139,150,88); }

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

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

 span { border-color: rgb(139,150,88); }

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