Html Css Color HEX #9B996C Malachite Green

📋 copy color: '#9B996C'

red 155 ◦ green 153 ◦ blue 108

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

Shades of Malachite Green #9B996C

Tints of Malachite Green #9B996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 37.26%
G = 36.78%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B996C (or 0x9B996C) is known color: Malachite Green. HEX triplet: 9B, 99 and 6C. RGB value is (155,153,108). Sum of RGB (Red+Green+Blue) = 155+153+108=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B996C is #646693. Grayscale: #949494. Windows color (decimal): -6579860 or 7117211. OLE color: 7117211.

HSL color Cylindrical-coordinate representation of color #9B996C: hue angle of 57.45º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B996C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 153 108 -
CMYK 0 0.01 0.30 0.39
HSL 57.45º 0.19% 0.52% -
HSV(B) 57.45º 0.3% 0.61% -
XYZ 27.62 30.83 18.68 -
YUV 148.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 155 153 108 0 0.01 0.30 0.39 57.45 0.19 0.52
Hex 9B 99 6C 0 1 1E 27 39 13 34
Octal 233 231 154 0 1 36 47 71 23 64
Binary 10011011 10011001 1101100 0 1 11110 100111 111001 10011 110100

Color Harmonies of #9B996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B996C

Black with #9B996C

Text Example


Text Example

White with #9B996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,108); }

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

background-color css

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

 a { background-color: rgb(155,153,108); }

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

border-color css

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

 span { border-color: rgb(155,153,108); }

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