#9AA499

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

Shades of Mantle #9AA499

Tints of Mantle #9AA499

Color information

#9AA499 (or 0x9AA499) is unknown color: approx Mantle. HEX triplet: 9A, A4 and 99. RGB value is (154,164,153). Sum of RGB (Red+Green+Blue) = 154+164+153=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA499 is #655B66. Grayscale: #9F9F9F. Windows color (decimal): -6642535 or 10069146. OLE color: 10069146.

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

Color convert

RGB154164153-
CMYK0.0600.070.36
HSL114.55º5.7%62.16%-
HSV(B)114.55º6.71%64.31%-
XYZ32.3535.7235.33-
YUV159.76124.19123.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=32.70%
G=34.82%
B=32.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641530.0600.070.36114.555.762.16
Hex9AA499607247363e
Octal23224423160744163676
Binary10011010101001001001100111001111001001110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,153); }

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

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

 a { background-color: rgb(154,164,153); }

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

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

 span { border-color: rgb(154,164,153); }

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