Html Css Color HEX #9F995C Malachite Green

📋 copy color: '#9F995C'

red 159 ◦ green 153 ◦ blue 92

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

Shades of Malachite Green #9F995C

Tints of Malachite Green #9F995C

RGB

 RED value IS 159 (62.5% from 255) = 39.36%

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 39.36%
G = 37.87%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F995C (or 0x9F995C) is known color: Malachite Green. HEX triplet: 9F, 99 and 5C. RGB value is (159,153,92). Sum of RGB (Red+Green+Blue) = 159+153+92=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F995C is #6066A3. Grayscale: #949494. Windows color (decimal): -6317732 or 6068639. OLE color: 6068639.

HSL color Cylindrical-coordinate representation of color #9F995C: hue angle of 54.63º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F995C is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 153 92 -
CMYK 0 0.04 0.42 0.38
HSL 54.63º 0.27% 0.49% -
HSV(B) 54.63º 0.42% 0.62% -
XYZ 27.62 30.93 14.64 -
YUV 147.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 159 153 92 0 0.04 0.42 0.38 54.63 0.27 0.49
Hex 9F 99 5C 0 4 2A 26 37 1B 31
Octal 237 231 134 0 4 52 46 67 33 61
Binary 10011111 10011001 1011100 0 100 101010 100110 110111 11011 110001

Color Harmonies of #9F995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F995C

Black with #9F995C

Text Example


Text Example

White with #9F995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,153,92); }

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

background-color css

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

 a { background-color: rgb(159,153,92); }

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

border-color css

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

 span { border-color: rgb(159,153,92); }

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