Html Css Color HEX #9C975D Malachite Green

📋 copy color: '#9C975D'

red 156 ◦ green 151 ◦ blue 93

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

Shades of Malachite Green #9C975D

Tints of Malachite Green #9C975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 39%
G = 37.75%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C975D (or 0x9C975D) is known color: Malachite Green. HEX triplet: 9C, 97 and 5D. RGB value is (156,151,93). Sum of RGB (Red+Green+Blue) = 156+151+93=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C975D is #6368A2. Grayscale: #929292. Windows color (decimal): -6514851 or 6133660. OLE color: 6133660.

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

Color convert

RGB 156 151 93 -
CMYK 0 0.03 0.40 0.39
HSL 55.24º 0.25% 0.49% -
HSV(B) 55.24º 0.4% 0.61% -
XYZ 26.75 29.99 14.73 -
YUV 145.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 156 151 93 0 0.03 0.40 0.39 55.24 0.25 0.49
Hex 9C 97 5D 0 3 28 27 37 19 31
Octal 234 227 135 0 3 50 47 67 31 61
Binary 10011100 10010111 1011101 0 11 101000 100111 110111 11001 110001

Color Harmonies of #9C975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C975D

Black with #9C975D

Text Example


Text Example

White with #9C975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,151,93); }

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

background-color css

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

 a { background-color: rgb(156,151,93); }

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

border-color css

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

 span { border-color: rgb(156,151,93); }

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