#99A497

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

Shades of Mantle #99A497

Tints of Mantle #99A497

Color information

#99A497 (or 0x99A497) is unknown color: approx Mantle. HEX triplet: 99, A4 and 97. RGB value is (153,164,151). Sum of RGB (Red+Green+Blue) = 153+164+151=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #99A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A497 is #665B68. Grayscale: #9F9F9F. Windows color (decimal): -6708073 or 9938073. OLE color: 9938073.

HSL color Cylindrical-coordinate representation of color #99A497: hue angle of 110.77º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A497 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB153164151-
CMYK0.0700.080.36
HSL110.77º6.67%61.76%-
HSV(B)110.77º7.93%64.31%-
XYZ3235.5634.45-
YUV159.23123.36123.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=32.69%
G=35.04%
B=32.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531641510.0700.080.36110.776.6761.76
Hex99A497708246f73e
Octal231244227701044157776
Binary100110011010010010010111111010001001001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,164,151); }

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

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

 a { background-color: rgb(153,164,151); }

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

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

 span { border-color: rgb(153,164,151); }

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