#9AA295

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

Shades of Mantle #9AA295

Tints of Mantle #9AA295

Color information

#9AA295 (or 0x9AA295) is unknown color: approx Mantle. HEX triplet: 9A, A2 and 95. RGB value is (154,162,149). Sum of RGB (Red+Green+Blue) = 154+162+149=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA295 is #655D6A. Grayscale: #9E9E9E. Windows color (decimal): -6643051 or 9806490. OLE color: 9806490.

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

Color convert

RGB154162149-
CMYK0.0500.080.36
HSL96.92º6.53%60.98%-
HSV(B)96.92º8.02%63.53%-
XYZ31.6734.8833.5-
YUV158.13122.85125.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=33.12%
G=34.84%
B=32.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621490.0500.080.3696.926.5360.98
Hex9AA295508246173d
Octal232242225501044141775
Binary100110101010001010010101101010001001001100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,149); }

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

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

 a { background-color: rgb(154,162,149); }

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

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

 span { border-color: rgb(154,162,149); }

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