#9CA999

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

Shades of Mantle #9CA999

Tints of Mantle #9CA999

Color information

#9CA999 (or 0x9CA999) is unknown color: approx Mantle. HEX triplet: 9C, A9 and 99. RGB value is (156,169,153). Sum of RGB (Red+Green+Blue) = 156+169+153=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA999 is #635666. Grayscale: #A3A3A3. Windows color (decimal): -6510183 or 10070428. OLE color: 10070428.

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

Color convert

RGB156169153-
CMYK0.0800.090.34
HSL108.75º8.51%63.14%-
HSV(B)108.75º9.47%66.27%-
XYZ33.6537.7435.65-
YUV163.29122.19122.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=32.64%
G=35.36%
B=32.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691530.0800.090.34108.758.5163.14
Hex9CA999809226d93f
Octal23425123110011421551177
Binary10011100101010011001100110000100110001011011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,169,153); }

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

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

 a { background-color: rgb(156,169,153); }

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

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

 span { border-color: rgb(156,169,153); }

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