#93956B

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

Shades of Avocado #93956B

Tints of Avocado #93956B

Color information

#93956B (or 0x93956B) is unknown color: approx Avocado. HEX triplet: 93, 95 and 6B. RGB value is (147,149,107). Sum of RGB (Red+Green+Blue) = 147+149+107=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #93956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93956B is #6C6A94. Grayscale: #8F8F8F. Windows color (decimal): -7105173 or 7050643. OLE color: 7050643.

HSL color Cylindrical-coordinate representation of color #93956B: hue angle of 62.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93956B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147149107-
CMYK0.0100.280.42
HSL62.86º16.54%50.2%-
HSV(B)62.86º28.19%58.43%-
XYZ25.4328.7618.12-
YUV143.61107.34130.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=36.48%
G=36.97%
B=26.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471491070.0100.280.4262.8616.5450.2
Hex93956B101C2A3f1132
Octal223225153103452772162
Binary10010011100101011101011101110010101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93956B; }

 p { color: rgb(147,149,107); }

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

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

 a { background-color: rgb(147,149,107); }

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

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

 span { border-color: rgb(147,149,107); }

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