#9AA996

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

Shades of Mantle #9AA996

Tints of Mantle #9AA996

Color information

#9AA996 (or 0x9AA996) is unknown color: approx Mantle. HEX triplet: 9A, A9 and 96. RGB value is (154,169,150). Sum of RGB (Red+Green+Blue) = 154+169+150=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA996 is #655669. Grayscale: #A2A2A2. Windows color (decimal): -6641258 or 9873818. OLE color: 9873818.

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

Color convert

RGB154169150-
CMYK0.0900.110.34
HSL107.37º9.95%62.55%-
HSV(B)107.37º11.24%66.27%-
XYZ33.0237.4534.34-
YUV162.35121.03122.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=32.56%
G=35.73%
B=31.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691500.0900.110.34107.379.9562.55
Hex9AA99690B226ba3f
Octal23225122611013421531277
Binary10011010101010011001011010010101110001011010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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