Html Css Color HEX #989465 Malachite Green

📋 copy color: '#989465'

red 152 ◦ green 148 ◦ blue 101

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

Shades of Malachite Green #989465

Tints of Malachite Green #989465

RGB

 RED value IS 152 (59.77% from 255) = 37.91%

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 37.91%
G = 36.91%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#989465 (or 0x989465) is known color: Malachite Green. HEX triplet: 98, 94 and 65. RGB value is (152,148,101). Sum of RGB (Red+Green+Blue) = 152+148+101=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #989465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989465 is #676B9A. Grayscale: #909090. Windows color (decimal): -6777755 or 6657176. OLE color: 6657176.

HSL color Cylindrical-coordinate representation of color #989465: hue angle of 55.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989465 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 101 -
CMYK 0 0.03 0.34 0.40
HSL 55.29º 0.2% 0.5% -
HSV(B) 55.29º 0.34% 0.6% -
XYZ 25.89 28.79 16.51 -
YUV 143.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 152 148 101 0 0.03 0.34 0.40 55.29 0.2 0.5
Hex 98 94 65 0 3 22 28 37 14 32
Octal 230 224 145 0 3 42 50 67 24 62
Binary 10011000 10010100 1100101 0 11 100010 101000 110111 10100 110010

Color Harmonies of #989465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989465

Black with #989465

Text Example


Text Example

White with #989465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989465; }

 p { color: rgb(152,148,101); }

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

background-color css

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

 a { background-color: rgb(152,148,101); }

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

border-color css

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

 span { border-color: rgb(152,148,101); }

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