#989664

Color #989664 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #989664

Tints of Malachite Green #989664

Color information

#989664 (or 0x989664) is unknown color: approx Malachite Green. HEX triplet: 98, 96 and 64. RGB value is (152,150,100). Sum of RGB (Red+Green+Blue) = 152+150+100=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #989664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989664 is #67699B. Grayscale: #919191. Windows color (decimal): -6777244 or 6592152. OLE color: 6592152.

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

Color convert

RGB152150100-
CMYK00.010.340.40
HSL57.69º20.63%49.41%-
HSV(B)57.69º34.21%59.61%-
XYZ26.1629.4116.35-
YUV144.9102.66133.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=37.81%
G=37.31%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215010000.010.340.4057.6920.6349.41
Hex9896640122283a1531
Octal230226144014250722561
Binary100110001001011011001000110001010100011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989664; }

 p { color: rgb(152,150,100); }

 H1.HeaderClassName
 {
   color: #989664;
 }
 .AnyTagClassName
 {
   color: #989664;
 }
</style>
background-color css

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

 a { background-color: rgb(152,150,100); }

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

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

 span { border-color: rgb(152,150,100); }

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