#94926C

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

Shades of Malachite Green #94926C

Tints of Malachite Green #94926C

Color information

#94926C (or 0x94926C) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 6C. RGB value is (148,146,108). Sum of RGB (Red+Green+Blue) = 148+146+108=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94926C is #6B6D93. Grayscale: #8E8E8E. Windows color (decimal): -7040404 or 7115412. OLE color: 7115412.

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

Color convert

RGB148146108-
CMYK00.010.270.42
HSL57º15.75%50.2%-
HSV(B)57º27.03%58.04%-
XYZ25.227.9418.25-
YUV142.27108.66132.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=36.82%
G=36.32%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814610800.010.270.425715.7550.2
Hex94926C011B2A391032
Octal224222154013352712062
Binary10010100100100101101100011101110101011100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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