#99986C

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

Shades of Malachite Green #99986C

Tints of Malachite Green #99986C

Color information

#99986C (or 0x99986C) is unknown color: approx Malachite Green. HEX triplet: 99, 98 and 6C. RGB value is (153,152,108). Sum of RGB (Red+Green+Blue) = 153+152+108=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #99986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99986C is #666793. Grayscale: #939393. Windows color (decimal): -6711188 or 7116953. OLE color: 7116953.

HSL color Cylindrical-coordinate representation of color #99986C: hue angle of 58.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99986C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153152108-
CMYK00.010.290.4
HSL58.67º18.07%51.18%-
HSV(B)58.67º29.41%60%-
XYZ27.0730.3118.61-
YUV147.28105.83132.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=37.05%
G=36.80%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315210800.010.290.458.6718.0751.18
Hex99986C011D283b1233
Octal231230154013550732263
Binary10011001100110001101100011110110100011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99986C; }

 p { color: rgb(153,152,108); }

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

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

 a { background-color: rgb(153,152,108); }

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

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

 span { border-color: rgb(153,152,108); }

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