#9AB494

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

Shades of Mantle #9AB494

Tints of Mantle #9AB494

Color information

#9AB494 (or 0x9AB494) is unknown color: approx Mantle. HEX triplet: 9A, B4 and 94. RGB value is (154,180,148). Sum of RGB (Red+Green+Blue) = 154+180+148=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB494 is #654B6B. Grayscale: #A8A8A8. Windows color (decimal): -6638444 or 9745562. OLE color: 9745562.

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

Color convert

RGB154180148-
CMYK0.1400.180.29
HSL108.75º17.58%64.31%-
HSV(B)108.75º17.78%70.59%-
XYZ34.9941.6534.21-
YUV168.58116.39117.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=31.95%
G=37.34%
B=30.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801480.1400.180.29108.7517.5864.31
Hex9AB494E0121D6d1240
Octal232264224160223515522100
Binary1001101010110100100101001110010010111011101101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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