#9AB295

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

Shades of Mantle #9AB295

Tints of Mantle #9AB295

Color information

#9AB295 (or 0x9AB295) is unknown color: approx Mantle. HEX triplet: 9A, B2 and 95. RGB value is (154,178,149). Sum of RGB (Red+Green+Blue) = 154+178+149=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB295 is #654D6A. Grayscale: #A7A7A7. Windows color (decimal): -6638955 or 9810586. OLE color: 9810586.

HSL color Cylindrical-coordinate representation of color #9AB295: hue angle of 109.66º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB295 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB154178149-
CMYK0.1300.160.30
HSL109.66º15.85%64.12%-
HSV(B)109.66º16.29%69.8%-
XYZ34.6740.8834.5-
YUV167.52117.55118.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=32.02%
G=37.01%
B=30.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541781490.1300.160.30109.6615.8564.12
Hex9AB295D0101E6e1040
Octal232262225150203615620100
Binary1001101010110010100101011101010000111101101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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