#9B945C

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

Shades of Malachite Green #9B945C

Tints of Malachite Green #9B945C

Color information

#9B945C (or 0x9B945C) is unknown color: approx Malachite Green. HEX triplet: 9B, 94 and 5C. RGB value is (155,148,92). Sum of RGB (Red+Green+Blue) = 155+148+92=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B945C is #646BA3. Grayscale: #8F8F8F. Windows color (decimal): -6581156 or 6067355. OLE color: 6067355.

HSL color Cylindrical-coordinate representation of color #9B945C: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B945C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15514892-
CMYK00.050.410.39
HSL53.33º25.51%48.43%-
HSV(B)53.33º40.65%60.78%-
XYZ26.0428.9214.34-
YUV143.7198.82136.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=39.24%
G=37.47%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551489200.050.410.3953.3325.5148.43
Hex9B945C052927351a30
Octal233224134055147653260
Binary10011011100101001011100010110100110011111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,92); }

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

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

 a { background-color: rgb(155,148,92); }

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

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

 span { border-color: rgb(155,148,92); }

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