Html Css Color HEX #9B996E Malachite Green

📋 copy color: '#9B996E'

red 155 ◦ green 153 ◦ blue 110

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

Shades of Malachite Green #9B996E

Tints of Malachite Green #9B996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 37.08%
G = 36.6%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B996E (or 0x9B996E) is known color: Malachite Green. HEX triplet: 9B, 99 and 6E. RGB value is (155,153,110). Sum of RGB (Red+Green+Blue) = 155+153+110=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B996E is #646691. Grayscale: #949494. Windows color (decimal): -6579858 or 7248283. OLE color: 7248283.

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

Color convert

RGB 155 153 110 -
CMYK 0 0.01 0.29 0.39
HSL 57.33º 0.18% 0.52% -
HSV(B) 57.33º 0.29% 0.61% -
XYZ 27.72 30.88 19.25 -
YUV 148.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 155 153 110 0 0.01 0.29 0.39 57.33 0.18 0.52
Hex 9B 99 6E 0 1 1D 27 39 12 34
Octal 233 231 156 0 1 35 47 71 22 64
Binary 10011011 10011001 1101110 0 1 11101 100111 111001 10010 110100

Color Harmonies of #9B996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B996E

Black with #9B996E

Text Example


Text Example

White with #9B996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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