#9C965D

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

Shades of Malachite Green #9C965D

Tints of Malachite Green #9C965D

Color information

#9C965D (or 0x9C965D) is unknown color: approx Malachite Green. HEX triplet: 9C, 96 and 5D. RGB value is (156,150,93). Sum of RGB (Red+Green+Blue) = 156+150+93=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C965D is #6369A2. Grayscale: #919191. Windows color (decimal): -6515107 or 6133404. OLE color: 6133404.

HSL color Cylindrical-coordinate representation of color #9C965D: hue angle of 54.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C965D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15615093-
CMYK00.040.400.39
HSL54.29º25.3%48.82%-
HSV(B)54.29º40.38%61.18%-
XYZ26.5929.6714.68-
YUV145.398.49135.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=39.10%
G=37.59%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561509300.040.400.3954.2925.348.82
Hex9C965D042827361931
Octal234226135045047663161
Binary10011100100101101011101010010100010011111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C965D; }

 p { color: rgb(156,150,93); }

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

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

 a { background-color: rgb(156,150,93); }

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

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

 span { border-color: rgb(156,150,93); }

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