Html Css Color HEX #9E965D Malachite Green

📋 copy color: '#9E965D'

red 158 ◦ green 150 ◦ blue 93

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

Shades of Malachite Green #9E965D

Tints of Malachite Green #9E965D

RGB

 RED value IS 158 (62.11% from 255) = 39.4%

 GREEN value IS 150 (58.98% from 255) = 37.41%

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

R = 39.4%
G = 37.41%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E965D (or 0x9E965D) is known color: Malachite Green. HEX triplet: 9E, 96 and 5D. RGB value is (158,150,93). Sum of RGB (Red+Green+Blue) = 158+150+93=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E965D is #6169A2. Grayscale: #929292. Windows color (decimal): -6384035 or 6133406. OLE color: 6133406.

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

Color convert

RGB 158 150 93 -
CMYK 0 0.05 0.41 0.38
HSL 52.62º 0.26% 0.49% -
HSV(B) 52.62º 0.41% 0.62% -
XYZ 26.98 29.87 14.7 -
YUV 145.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 158 150 93 0 0.05 0.41 0.38 52.62 0.26 0.49
Hex 9E 96 5D 0 5 29 26 35 1A 31
Octal 236 226 135 0 5 51 46 65 32 61
Binary 10011110 10010110 1011101 0 101 101001 100110 110101 11010 110001

Color Harmonies of #9E965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E965D

Black with #9E965D

Text Example


Text Example

White with #9E965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,93); }

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

background-color css

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

 a { background-color: rgb(158,150,93); }

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

border-color css

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

 span { border-color: rgb(158,150,93); }

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