#8B9869

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

Shades of Avocado #8B9869

Tints of Avocado #8B9869

Color information

#8B9869 (or 0x8B9869) is unknown color: approx Avocado. HEX triplet: 8B, 98 and 69. RGB value is (139,152,105). Sum of RGB (Red+Green+Blue) = 139+152+105=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9869 is #746796. Grayscale: #8E8E8E. Windows color (decimal): -7628695 or 6920331. OLE color: 6920331.

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

Color convert

RGB139152105-
CMYK0.0900.310.40
HSL76.6º18.58%50.39%-
HSV(B)76.6º30.92%59.61%-
XYZ24.4328.9717.67-
YUV142.76106.69125.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=35.10%
G=38.38%
B=26.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391521050.0900.310.4076.618.5850.39
Hex8B9869901F284d1332
Octal21323015111037501152362
Binary100010111001100011010011001011111101000100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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