Html Css Color HEX #9B945D Malachite Green

📋 copy color: '#9B945D'

red 155 ◦ green 148 ◦ blue 93

#9B945D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #9B945D

Tints of Malachite Green #9B945D

RGB

 RED value IS 155 (60.94% from 255) = 39.14%

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 39.14%
G = 37.37%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B945D (or 0x9B945D) is known color: Malachite Green. HEX triplet: 9B, 94 and 5D. RGB value is (155,148,93). Sum of RGB (Red+Green+Blue) = 155+148+93=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B945D is #646BA2. Grayscale: #909090. Windows color (decimal): -6581155 or 6132891. OLE color: 6132891.

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

Color convert

RGB 155 148 93 -
CMYK 0 0.05 0.4 0.39
HSL 53.23º 0.25% 0.49% -
HSV(B) 53.23º 0.4% 0.61% -
XYZ 26.08 28.94 14.57 -
YUV 143.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 155 148 93 0 0.05 0.4 0.39 53.23 0.25 0.49
Hex 9B 94 5D 0 5 28 27 35 19 31
Octal 233 224 135 0 5 50 47 65 31 61
Binary 10011011 10010100 1011101 0 101 101000 100111 110101 11001 110001

Color Harmonies of #9B945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B945D

Black with #9B945D

Text Example


Text Example

White with #9B945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B945D;
 }
 .AnyTagClassName
 {
   color: #9B945D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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