#8B9753

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

Shades of Avocado #8B9753

Tints of Avocado #8B9753

Color information

#8B9753 (or 0x8B9753) is unknown color: approx Avocado. HEX triplet: 8B, 97 and 53. RGB value is (139,151,83). Sum of RGB (Red+Green+Blue) = 139+151+83=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9753 is #7468AC. Grayscale: #8B8B8B. Windows color (decimal): -7628973 or 5478283. OLE color: 5478283.

HSL color Cylindrical-coordinate representation of color #8B9753: hue angle of 70.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B9753 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB13915183-
CMYK0.0800.450.41
HSL70.59º29.06%45.88%-
HSV(B)70.59º45.03%59.22%-
XYZ23.2828.2512.41-
YUV139.6696.02127.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=37.27%
G=40.48%
B=22.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139151830.0800.450.4170.5929.0645.88
Hex8B9753802D29471d2e
Octal21322712310055511073556
Binary1000101110010111101001110000101101101001100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,151,83); }

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

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

 a { background-color: rgb(139,151,83); }

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

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

 span { border-color: rgb(139,151,83); }

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