#99A995

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

Shades of Mantle #99A995

Tints of Mantle #99A995

Color information

#99A995 (or 0x99A995) is unknown color: approx Mantle. HEX triplet: 99, A9 and 95. RGB value is (153,169,149). Sum of RGB (Red+Green+Blue) = 153+169+149=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #99A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A995 is #66566A. Grayscale: #A2A2A2. Windows color (decimal): -6706795 or 9808281. OLE color: 9808281.

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

Color convert

RGB153169149-
CMYK0.0900.120.34
HSL108º10.42%62.35%-
HSV(B)108º11.83%66.27%-
XYZ32.7537.3233.91-
YUV161.94120.7121.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=32.48%
G=35.88%
B=31.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531691490.0900.120.3410810.4262.35
Hex99A99590C226ca3e
Octal23125122511014421541276
Binary10011001101010011001010110010110010001011011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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