#9CAB9B

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

Shades of Mantle #9CAB9B

Tints of Mantle #9CAB9B

Color information

#9CAB9B (or 0x9CAB9B) is unknown color: approx Mantle. HEX triplet: 9C, AB and 9B. RGB value is (156,171,155). Sum of RGB (Red+Green+Blue) = 156+171+155=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB9B is #635464. Grayscale: #A4A4A4. Windows color (decimal): -6509669 or 10202012. OLE color: 10202012.

HSL color Cylindrical-coordinate representation of color #9CAB9B: hue angle of 116.25º 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 #9CAB9B is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB156171155-
CMYK0.0900.090.33
HSL116.25º8.7%63.92%-
HSV(B)116.25º9.36%67.06%-
XYZ34.1938.5636.65-
YUV164.69122.53121.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=32.37%
G=35.48%
B=32.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711550.0900.090.33116.258.763.92
Hex9CAB9B9092174940
Octal234253233110114116411100
Binary100111001010101110011011100101001100001111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,155); }

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

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

 a { background-color: rgb(156,171,155); }

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

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

 span { border-color: rgb(156,171,155); }

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