Html Css Color HEX #9C996F Malachite Green

📋 copy color: '#9C996F'

red 156 ◦ green 153 ◦ blue 111

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

Shades of Malachite Green #9C996F

Tints of Malachite Green #9C996F

RGB

 RED value IS 156 (61.33% from 255) = 37.14%

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

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 37.14%
G = 36.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C996F (or 0x9C996F) is known color: Malachite Green. HEX triplet: 9C, 99 and 6F. RGB value is (156,153,111). Sum of RGB (Red+Green+Blue) = 156+153+111=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C996F is #636690. Grayscale: #959595. Windows color (decimal): -6514321 or 7313820. OLE color: 7313820.

HSL color Cylindrical-coordinate representation of color #9C996F: hue angle of 56º degrees, saturation: 0.19, 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 #9C996F is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 153 111 -
CMYK 0 0.02 0.29 0.39
HSL 56º 0.19% 0.52% -
HSV(B) 56º 0.29% 0.61% -
XYZ 27.97 31 19.55 -
YUV 149.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 156 153 111 0 0.02 0.29 0.39 56 0.19 0.52
Hex 9C 99 6F 0 2 1D 27 38 13 34
Octal 234 231 157 0 2 35 47 70 23 64
Binary 10011100 10011001 1101111 0 10 11101 100111 111000 10011 110100

Color Harmonies of #9C996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C996F

Black with #9C996F

Text Example


Text Example

White with #9C996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,153,111); }

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

background-color css

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

 a { background-color: rgb(156,153,111); }

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

border-color css

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

 span { border-color: rgb(156,153,111); }

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