#9CAA9A

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

Shades of Mantle #9CAA9A

Tints of Mantle #9CAA9A

Color information

#9CAA9A (or 0x9CAA9A) is unknown color: approx Mantle. HEX triplet: 9C, AA and 9A. RGB value is (156,170,154). Sum of RGB (Red+Green+Blue) = 156+170+154=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA9A is #635565. Grayscale: #A4A4A4. Windows color (decimal): -6509926 or 10136220. OLE color: 10136220.

HSL color Cylindrical-coordinate representation of color #9CAA9A: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CAA9A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB156170154-
CMYK0.0800.090.33
HSL112.5º8.6%63.53%-
HSV(B)112.5º9.41%66.67%-
XYZ33.9238.1536.15-
YUV163.99122.36122.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=32.5%
G=35.42%
B=32.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701540.0800.090.33112.58.663.53
Hex9CAA9A8092170940
Octal234252232100114116011100
Binary100111001010101010011010100001001100001111000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,154); }

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

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

 a { background-color: rgb(156,170,154); }

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

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

 span { border-color: rgb(156,170,154); }

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