#8B985B

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

Shades of Avocado #8B985B

Tints of Avocado #8B985B

Color information

#8B985B (or 0x8B985B) is unknown color: approx Avocado. HEX triplet: 8B, 98 and 5B. RGB value is (139,152,91). Sum of RGB (Red+Green+Blue) = 139+152+91=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #8B985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B985B is #7467A4. Grayscale: #8D8D8D. Windows color (decimal): -7628709 or 6002827. OLE color: 6002827.

HSL color Cylindrical-coordinate representation of color #8B985B: hue angle of 72.79º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B985B is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB13915291-
CMYK0.0900.400.40
HSL72.79º25.1%47.65%-
HSV(B)72.79º40.13%59.61%-
XYZ23.7628.714.18-
YUV141.1699.69126.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=36.39%
G=39.79%
B=23.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139152910.0900.400.4072.7925.147.65
Hex8B985B902828491930
Octal21323013311050501113160
Binary1000101110011000101101110010101000101000100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,91); }

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

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

 a { background-color: rgb(139,152,91); }

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

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

 span { border-color: rgb(139,152,91); }

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