#93926A

Color #93926A Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #93926A

Tints of Malachite Green #93926A

Color information

#93926A (or 0x93926A) is unknown color: approx Malachite Green. HEX triplet: 93, 92 and 6A. RGB value is (147,146,106). Sum of RGB (Red+Green+Blue) = 147+146+106=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #93926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93926A is #6C6D95. Grayscale: #8D8D8D. Windows color (decimal): -7105942 or 6984339. OLE color: 6984339.

HSL color Cylindrical-coordinate representation of color #93926A: hue angle of 58.54º degrees, saturation: 0.16, 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 #93926A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147146106-
CMYK00.010.280.42
HSL58.54º16.21%49.61%-
HSV(B)58.54º27.89%57.65%-
XYZ24.9127.817.69-
YUV141.74107.83131.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=36.84%
G=36.59%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714610600.010.280.4258.5416.2149.61
Hex93926A011C2A3b1032
Octal223222152013452732062
Binary10010011100100101101010011110010101011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93926A; }

 p { color: rgb(147,146,106); }

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

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

 a { background-color: rgb(147,146,106); }

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

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

 span { border-color: rgb(147,146,106); }

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