Html Css Color HEX #9B945C Malachite Green

📋 copy color: '#9B945C'

red 155 ◦ green 148 ◦ blue 92

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

Shades of Malachite Green #9B945C

Tints of Malachite Green #9B945C

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B945C (or 0x9B945C) is known color: 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

RGB 155 148 92 -
CMYK 0 0.05 0.41 0.39
HSL 53.33º 0.26% 0.48% -
HSV(B) 53.33º 0.41% 0.61% -
XYZ 26.04 28.92 14.34 -
YUV 143.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 155 148 92 0 0.05 0.41 0.39 53.33 0.26 0.48
Hex 9B 94 5C 0 5 29 27 35 1A 30
Octal 233 224 134 0 5 51 47 65 32 60
Binary 10011011 10010100 1011100 0 101 101001 100111 110101 11010 110000

Color Harmonies of #9B945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B945C

Black with #9B945C

Text Example


Text Example

White with #9B945C

Text Example


Text Example

HTML Codes & Css Web 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>