#94926A

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

Shades of Malachite Green #94926A

Tints of Malachite Green #94926A

Color information

#94926A (or 0x94926A) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 6A. RGB value is (148,146,106). Sum of RGB (Red+Green+Blue) = 148+146+106=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94926A is #6B6D95. Grayscale: #8E8E8E. Windows color (decimal): -7040406 or 6984340. OLE color: 6984340.

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

Color convert

RGB148146106-
CMYK00.010.280.42
HSL57.14º16.54%49.8%-
HSV(B)57.14º28.38%58.04%-
XYZ25.0927.8917.7-
YUV142.04107.66132.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=37%
G=36.5%
B=26.5%

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
Decimal14814610600.010.280.4257.1416.5449.8
Hex94926A011C2A391132
Octal224222152013452712162
Binary10010100100100101101010011110010101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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