#8B9865

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

Shades of Avocado #8B9865

Tints of Avocado #8B9865

Color information

#8B9865 (or 0x8B9865) is unknown color: approx Avocado. HEX triplet: 8B, 98 and 65. RGB value is (139,152,101). Sum of RGB (Red+Green+Blue) = 139+152+101=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9865 is #74679A. Grayscale: #8E8E8E. Windows color (decimal): -7628699 or 6658187. OLE color: 6658187.

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

Color convert

RGB139152101-
CMYK0.0900.340.40
HSL75.29º20.16%49.61%-
HSV(B)75.29º33.55%59.61%-
XYZ24.2228.8916.61-
YUV142.3104.69125.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=35.46%
G=38.78%
B=25.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391521010.0900.340.4075.2920.1649.61
Hex8B98659022284b1432
Octal21323014511042501132462
Binary1000101110011000110010110010100010101000100101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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