#939863

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

Shades of Avocado #939863

Tints of Avocado #939863

Color information

#939863 (or 0x939863) is unknown color: approx Avocado. HEX triplet: 93, 98 and 63. RGB value is (147,152,99). Sum of RGB (Red+Green+Blue) = 147+152+99=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #939863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939863 is #6C679C. Grayscale: #909090. Windows color (decimal): -7104413 or 6527123. OLE color: 6527123.

HSL color Cylindrical-coordinate representation of color #939863: hue angle of 65.66º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939863 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB14715299-
CMYK0.0300.350.40
HSL65.66º21.12%49.22%-
HSV(B)65.66º34.87%59.61%-
XYZ25.5129.5616.17-
YUV144.46102.34129.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=36.93%
G=38.19%
B=24.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147152990.0300.350.4065.6621.1249.22
Hex939863302328421531
Octal2232301433043501022561
Binary10010011100110001100011110100011101000100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939863; }

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

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

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

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

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

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

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

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