#9B955B

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

Shades of Malachite Green #9B955B

Tints of Malachite Green #9B955B

Color information

#9B955B (or 0x9B955B) is unknown color: approx Malachite Green. HEX triplet: 9B, 95 and 5B. RGB value is (155,149,91). Sum of RGB (Red+Green+Blue) = 155+149+91=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B955B is #646AA4. Grayscale: #909090. Windows color (decimal): -6580901 or 6002075. OLE color: 6002075.

HSL color Cylindrical-coordinate representation of color #9B955B: hue angle of 54.38º 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 #9B955B is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15514991-
CMYK00.040.410.39
HSL54.38º26.02%48.24%-
HSV(B)54.38º41.29%60.78%-
XYZ26.1529.2214.16-
YUV144.1897.99135.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=39.24%
G=37.72%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551499100.040.410.3954.3826.0248.24
Hex9B955B042927361a30
Octal233225133045147663260
Binary10011011100101011011011010010100110011111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,91); }

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

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

 a { background-color: rgb(155,149,91); }

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

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

 span { border-color: rgb(155,149,91); }

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