#9AB495

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

Shades of Mantle #9AB495

Tints of Mantle #9AB495

Color information

#9AB495 (or 0x9AB495) is unknown color: approx Mantle. HEX triplet: 9A, B4 and 95. RGB value is (154,180,149). Sum of RGB (Red+Green+Blue) = 154+180+149=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB495 is #654B6A. Grayscale: #A8A8A8. Windows color (decimal): -6638443 or 9811098. OLE color: 9811098.

HSL color Cylindrical-coordinate representation of color #9AB495: hue angle of 110.32º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB495 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB154180149-
CMYK0.1400.170.29
HSL110.32º17.13%64.51%-
HSV(B)110.32º17.22%70.59%-
XYZ35.0741.6834.63-
YUV168.69116.89117.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=31.88%
G=37.27%
B=30.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801490.1400.170.29110.3217.1364.51
Hex9AB495E0111D6e1141
Octal232264225160213515621101
Binary1001101010110100100101011110010001111011101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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