#9C965F

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

Shades of Malachite Green #9C965F

Tints of Malachite Green #9C965F

Color information

#9C965F (or 0x9C965F) is unknown color: approx Malachite Green. HEX triplet: 9C, 96 and 5F. RGB value is (156,150,95). Sum of RGB (Red+Green+Blue) = 156+150+95=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C965F is #6369A0. Grayscale: #919191. Windows color (decimal): -6515105 or 6264476. OLE color: 6264476.

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

Color convert

RGB15615095-
CMYK00.040.390.39
HSL54.1º24.3%49.22%-
HSV(B)54.1º39.1%61.18%-
XYZ26.6829.7115.15-
YUV145.5299.49135.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=38.90%
G=37.41%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561509500.040.390.3954.124.349.22
Hex9C965F042727361831
Octal234226137044747663061
Binary10011100100101101011111010010011110011111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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