#9CAF9C

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

Shades of Mantle #9CAF9C

Tints of Mantle #9CAF9C

Color information

#9CAF9C (or 0x9CAF9C) is unknown color: approx Mantle. HEX triplet: 9C, AF and 9C. RGB value is (156,175,156). Sum of RGB (Red+Green+Blue) = 156+175+156=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF9C is #635063. Grayscale: #A7A7A7. Windows color (decimal): -6508644 or 10268572. OLE color: 10268572.

HSL color Cylindrical-coordinate representation of color #9CAF9C: hue angle of 120º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAF9C is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB156175156-
CMYK0.1100.110.31
HSL120º10.61%64.9%-
HSV(B)120º10.86%68.63%-
XYZ35.0440.1337.35-
YUV167.15121.71120.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=32.03%
G=35.93%
B=32.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751560.1100.110.3112010.6164.9
Hex9CAF9CB0B1F78b41
Octal234257234130133717013101
Binary10011100101011111001110010110101111111111100010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,156); }

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

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

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

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

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

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

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