#939463

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

Shades of Avocado #939463

Tints of Avocado #939463

Color information

#939463 (or 0x939463) is unknown color: approx Avocado. HEX triplet: 93, 94 and 63. RGB value is (147,148,99). Sum of RGB (Red+Green+Blue) = 147+148+99=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #939463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939463 is #6C6B9C. Grayscale: #8E8E8E. Windows color (decimal): -7105437 or 6526099. OLE color: 6526099.

HSL color Cylindrical-coordinate representation of color #939463: hue angle of 61.22º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939463 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14714899-
CMYK0.0100.330.42
HSL61.22º19.84%48.43%-
HSV(B)61.22º33.11%58.04%-
XYZ24.8728.2815.95-
YUV142.11103.67131.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=37.31%
G=37.56%
B=25.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147148990.0100.330.4261.2219.8448.43
Hex93946310212A3d1430
Octal223224143104152752460
Binary100100111001010011000111010000110101011110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939463; }

 p { color: rgb(147,148,99); }

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

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

 a { background-color: rgb(147,148,99); }

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

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

 span { border-color: rgb(147,148,99); }

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