#99A993

Color #99A993 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #99A993

Tints of Mantle #99A993

Color information

#99A993 (or 0x99A993) is unknown color: approx Mantle. HEX triplet: 99, A9 and 93. RGB value is (153,169,147). Sum of RGB (Red+Green+Blue) = 153+169+147=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #99A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A993 is #66566C. Grayscale: #A1A1A1. Windows color (decimal): -6706797 or 9677209. OLE color: 9677209.

HSL color Cylindrical-coordinate representation of color #99A993: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A993 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB153169147-
CMYK0.0900.130.34
HSL103.64º11.34%61.96%-
HSV(B)103.64º13.02%66.27%-
XYZ32.5937.2533.08-
YUV161.71119.7121.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=32.62%
G=36.03%
B=31.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531691470.0900.130.34103.6411.3461.96
Hex99A99390D2268b3e
Octal23125122311015421501376
Binary10011001101010011001001110010110110001011010001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A993; }

 p { color: rgb(153,169,147); }

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

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

 a { background-color: rgb(153,169,147); }

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

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

 span { border-color: rgb(153,169,147); }

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