Html Css Color HEX #949163 Malachite Green

📋 copy color: '#949163'

red 148 ◦ green 145 ◦ blue 99

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

Shades of Malachite Green #949163

Tints of Malachite Green #949163

RGB

 RED value IS 148 (58.2% from 255) = 37.76%

 GREEN value IS 145 (57.03% from 255) = 36.99%

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 37.76%
G = 36.99%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#949163 (or 0x949163) is known color: Malachite Green. HEX triplet: 94, 91 and 63. RGB value is (148,145,99). Sum of RGB (Red+Green+Blue) = 148+145+99=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #949163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949163 is #6B6E9C. Grayscale: #8C8C8C. Windows color (decimal): -7040669 or 6525332. OLE color: 6525332.

HSL color Cylindrical-coordinate representation of color #949163: hue angle of 56.33º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949163 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 99 -
CMYK 0 0.02 0.33 0.42
HSL 56.33º 0.2% 0.48% -
HSV(B) 56.33º 0.33% 0.58% -
XYZ 24.59 27.45 15.81 -
YUV 140.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 148 145 99 0 0.02 0.33 0.42 56.33 0.2 0.48
Hex 94 91 63 0 2 21 2A 38 14 30
Octal 224 221 143 0 2 41 52 70 24 60
Binary 10010100 10010001 1100011 0 10 100001 101010 111000 10100 110000

Color Harmonies of #949163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949163

Black with #949163

Text Example


Text Example

White with #949163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949163; }

 p { color: rgb(148,145,99); }

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

background-color css

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

 a { background-color: rgb(148,145,99); }

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

border-color css

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

 span { border-color: rgb(148,145,99); }

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