#9AA496

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

Shades of Mantle #9AA496

Tints of Mantle #9AA496

Color information

#9AA496 (or 0x9AA496) is unknown color: approx Mantle. HEX triplet: 9A, A4 and 96. RGB value is (154,164,150). Sum of RGB (Red+Green+Blue) = 154+164+150=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA496 is #655B69. Grayscale: #9F9F9F. Windows color (decimal): -6642538 or 9872538. OLE color: 9872538.

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

Color convert

RGB154164150-
CMYK0.0600.090.36
HSL102.86º7.14%61.57%-
HSV(B)102.86º8.54%64.31%-
XYZ32.1135.6234.04-
YUV159.41122.69124.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=32.91%
G=35.04%
B=32.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641500.0600.090.36102.867.1461.57
Hex9AA496609246773e
Octal232244226601144147776
Binary100110101010010010010110110010011001001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA496; }

 p { color: rgb(154,164,150); }

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

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

 a { background-color: rgb(154,164,150); }

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

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

 span { border-color: rgb(154,164,150); }

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